diff 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
line wrap: on
line diff
--- a/bootstrap.conf	Tue May 29 09:08:25 2018 +0200
+++ b/bootstrap.conf	Sun May 27 22:13:24 2018 +0200
@@ -95,8 +95,21 @@
   unicase/u8-toupper
   uniconv/u8-conv-from-enc
   uniconv/u8-conv-to-enc
+  unictype/ctype-alnum
+  unictype/ctype-alpha
+  unictype/ctype-blank
+  unictype/ctype-cntrl
+  unictype/ctype-digit
+  unictype/ctype-graph
+  unictype/ctype-lower
+  unictype/ctype-print
+  unictype/ctype-punct
+  unictype/ctype-space
+  unictype/ctype-upper
+  unictype/ctype-xdigit
   unistd
   unistr/u8-strmblen
+  unistr/u8-strmbtouc
   unistr/u8-to-u32
   unlink
   unsetenv