comparison bootstrap.conf @ 25415:d4bc8590b5cf

Make "is*" string functions Unicode aware. * ov-ch-mat.cc (map): Use UTF-8 aware functions for "is*" string functions. * mappers.cc: Add tests for "is*" string functions. * unistr-wrappers.[c/h]: Add wrapper for "u8_strmbtouc". * unictype-wrappers.[c/h]: Add wrappers for UTF-8 aware C-like "is*" functions. * module.mk: Add new files. * bootstrap.conf: Add new modules.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 27 May 2018 22:13:24 +0200
parents 8fae933e7228
children b1aefc73af6e
comparison
equal deleted inserted replaced
25414:8fae933e7228 25415:d4bc8590b5cf
93 uname 93 uname
94 unicase/u8-tolower 94 unicase/u8-tolower
95 unicase/u8-toupper 95 unicase/u8-toupper
96 uniconv/u8-conv-from-enc 96 uniconv/u8-conv-from-enc
97 uniconv/u8-conv-to-enc 97 uniconv/u8-conv-to-enc
98 unictype/ctype-alnum
99 unictype/ctype-alpha
100 unictype/ctype-blank
101 unictype/ctype-cntrl
102 unictype/ctype-digit
103 unictype/ctype-graph
104 unictype/ctype-lower
105 unictype/ctype-print
106 unictype/ctype-punct
107 unictype/ctype-space
108 unictype/ctype-upper
109 unictype/ctype-xdigit
98 unistd 110 unistd
99 unistr/u8-strmblen 111 unistr/u8-strmblen
112 unistr/u8-strmbtouc
100 unistr/u8-to-u32 113 unistr/u8-to-u32
101 unlink 114 unlink
102 unsetenv 115 unsetenv
103 vasprintf 116 vasprintf
104 waitpid 117 waitpid