History log of /freebsd/share/ctypedef/C.UTF-8.src (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1aeedde1 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

Unicode: revert to unicode 15.0.0

Unicode the generation of UTF-8 ctype is somehow broken for now
for unicode 16, so for now revert to unicode 15


# ddfc6f84 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

locales: update unicode version 16 and CLDR to version 45


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# b306c604 04-Aug-2023 Yuri Pankov <yuripv@FreeBSD.org>

locale: update to CLDR 43 and Unicode 15

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D41151


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# e87ec409 21-Apr-2022 Baptiste Daroussin <bapt@FreeBSD.org>

locales: Update to CLDR 41.0 and Unicode 14.0

Relnotes: yes


Revision tags: release/12.3.0
# 3a04284d 23-Jul-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: upgrade CLDR to 39.0 and Unicode to 13.0.0

MFC after: 3 weeks
Relnotes: yes


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0
# 8b3bc70a 08-Oct-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r352764 through r353315.


# f01edb6f 06-Oct-2019 Yuri Pankov <yuripv@FreeBSD.org>

Mark "private use area" characters as printable.

At least some of the characters in E000-F8FF range are used by Powerline
fonts, and having no attributes for these ranges in UnicodeData.txt
other th

Mark "private use area" characters as printable.

At least some of the characters in E000-F8FF range are used by Powerline
fonts, and having no attributes for these ranges in UnicodeData.txt
other than "Other, Private Use" it should be safe to mark all of them as
printable. Some actually were before r340491, so this fixes the
regression introduced there as well.

PR: 240911
Reviewed by: bapt
Tested by: Daniel Ponte <amigan@gmail.com>
Differential Revision: https://reviews.freebsd.org/D21850

show more ...


Revision tags: release/11.3.0, release/12.0.0
# 3d5db455 24-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340427 through r340868.


# dbcf594a 17-Nov-2018 Yuri Pankov <yuripv@FreeBSD.org>

Use UnicodeData.txt to create UTF-8 ctype map.

This should provide more complete coverage of currently defined Unicode
characters as compared to manually assembled one we use currently.

Comparison

Use UnicodeData.txt to create UTF-8 ctype map.

This should provide more complete coverage of currently defined Unicode
characters as compared to manually assembled one we use currently.

Comparison of original and new UTF-8 ctype maps by character class:

TYPE ORIG NEW
alnum 94229 126029
alpha 93557 125419
blank 4 2
cntrl 73 137685
digit 469 622
graph 109615 137203
lower 1478 2145
print 109641 137222
punct 3428 797
rune 110481 274907
space 33 24
upper 983 1781
xdigit 469 622

Large number of added cntrl definitions is due to the fact that private-use
planes are currently defined as such, this can change in the future.

Discussed with: bapt
Approved by: kib (mentor, implicit)
MFC after: 1 month
Differential revision: https://reviews.freebsd.org/D17842

show more ...


# c06e7b66 07-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340126 through r340212.


# dd7c41a3 04-Nov-2018 Yuri Pankov <yuripv@FreeBSD.org>

Add hybrid C.UTF-8 locale being identical to default C locale except
that it uses the same ctype maps and functions as other UTF-8 locales.

Reviewed by: bapt, cem, eadler
Approved by: kib (mentor, i

Add hybrid C.UTF-8 locale being identical to default C locale except
that it uses the same ctype maps and functions as other UTF-8 locales.

Reviewed by: bapt, cem, eadler
Approved by: kib (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D17833

show more ...