1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/share
Yuri Pankov dbcf594ac9 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
2018-11-17 10:36:00 +00:00
..
colldef Update to CLDR 34 and UNICODE 11. 2018-11-03 22:02:10 +00:00
ctypedef Use UnicodeData.txt to create UTF-8 ctype map. 2018-11-17 10:36:00 +00:00
dict
doc
dtrace
examples Fix jail examples in jib, jng, README 2018-10-28 18:32:47 +00:00
i18n
keys
man development(7): Replace "reboot" with "shutdown -r now" 2018-11-16 14:29:28 +00:00
misc Add myself to mentees with sbruno as mentor 2018-10-22 14:01:34 +00:00
mk retire LINKER_FEATURES filter flag 2018-11-12 20:44:22 +00:00
monetdef Update to CLDR 34 and UNICODE 11. 2018-11-03 22:02:10 +00:00
msgdef
numericdef Update to CLDR 34 and UNICODE 11. 2018-11-03 22:02:10 +00:00
security
sendmail
skel Switch the default pager for most commands to less 2018-08-08 19:24:20 +00:00
snmp
syscons Don't use CCACHE for linking. 2018-06-27 19:29:15 +00:00
tabset
termcap Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it is 2018-06-28 13:48:59 +00:00
tests
timedef Use blank am_pm and t_fmt_ampm for de_AT and de_DE locales as apparently 2018-11-11 13:41:32 +00:00
vt Add some tom-thumb vt font glyphs 2018-10-21 00:35:54 +00:00
zoneinfo
Makefile
Makefile.inc