]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_locale.h
PDCLIB-1 Import Unciode character data table (see licensing provisio)
[pdclib.old] / internals / _PDCLIB_locale.h
index e99d9ca1ac85710cf51ce8576ba8d65972708c91..9c008e0ad43c745afc6ef5abc77a5c84fb4aba9a 100644 (file)
@@ -67,6 +67,14 @@ typedef struct _PDCLIB_ctype
     unsigned char collation;
 } _PDCLIB_ctype_t;
 
+typedef struct _PDCLIB_wctype
+{
+    _PDCLIB_uint32_t num;
+    _PDCLIB_uint16_t flags;
+    _PDCLIB_uint32_t lower;
+    _PDCLIB_uint32_t upper;
+} _PDCLIB_wctype_t;
+
 struct _PDCLIB_locale {
     _PDCLIB_charcodec_t          _Codec;
     struct lconv                 _Conv;