diff options
Diffstat (limited to 'libwc/map/cp874_combining.map')
-rw-r--r-- | libwc/map/cp874_combining.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libwc/map/cp874_combining.map b/libwc/map/cp874_combining.map new file mode 100644 index 0000000..9c8e0f2 --- /dev/null +++ b/libwc/map/cp874_combining.map @@ -0,0 +1,12 @@ +/* CP874 (Thai) */ + +static wc_uint8 cp874_combining_map[ 0x80 ] = { + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +}; |