about summary refs log tree commit diff
path: root/iconvdata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-23 17:11:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-23 17:11:35 +0000
commitfd6650707a8af0acb4c4b5da55e217f95b9f595c (patch)
tree9a3430a6979353f92fc3c25861492937439f330a /iconvdata
parent26b2a85a045cdb3adffc10f4184a825d1b2222e3 (diff)
downloadglibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.gz
glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.xz
glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.zip
Update.
2000-10-22  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings
	for 0x8BF8, 0xA27E..0xA2A7.
	* iconvdata/BIG5HKSCS.irreversible: New file.

2000-10-23  Jakub Jelinek  <jakub@redhat.com>

	* timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES.
	* timezone/zic.c (main): Likewise.

2000-10-23  Thorsten Kukuk  <kukuk@suse.de>

	* nscd/connections.c (invalidate_cache): Don't invalidate a cache
	if it is not enabled.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/BIG5HKSCS.irreversible9
-rw-r--r--iconvdata/big5hkscs.c5
2 files changed, 13 insertions, 1 deletions
diff --git a/iconvdata/BIG5HKSCS.irreversible b/iconvdata/BIG5HKSCS.irreversible
new file mode 100644
index 0000000000..c0428e63cf
--- /dev/null
+++ b/iconvdata/BIG5HKSCS.irreversible
@@ -0,0 +1,9 @@
+0x8BF8	0x9F9C
+0xA27E	0x256D
+0xA2A1	0x256E
+0xA2A2	0x2570
+0xA2A3	0x256F
+0xA2A4	0x2550
+0xA2A5	0x255E
+0xA2A6	0x256A
+0xA2A7	0x2561
diff --git a/iconvdata/big5hkscs.c b/iconvdata/big5hkscs.c
index 316baa1e5f..31122289fb 100644
--- a/iconvdata/big5hkscs.c
+++ b/iconvdata/big5hkscs.c
@@ -181,7 +181,8 @@ static const uint16_t big5hkscs_to_ucs[] =
   [  755] = 0x9578, [  756] = 0x957F, [  757] = 0x95E8, [  758] = 0xF565,
   [  759] = 0x97E6, [  760] = 0x9875, [  761] = 0x98CE, [  762] = 0x98DE,
   [  763] = 0x9963, [  764] = 0xF56B, [  765] = 0x9C7C, [  766] = 0x9E1F,
-  [  767] = 0x9EC4, [  768] = 0x6B6F, [  770] = 0x4E37, [  771] = 0xF572,
+  [  767] = 0x9EC4, [  768] = 0x6B6F, [  769] = 0x9F9C, [  770] = 0x4E37,
+  [  771] = 0xF572,
   [  772] = 0x961D, [  773] = 0x6237, [  774] = 0x94A2, [ 1007] = 0x5D3E,
   [ 1008] = 0x5D48, [ 1009] = 0x5D56, [ 1010] = 0x3DFC, [ 1011] = 0x380F,
   [ 1012] = 0x5DA4, [ 1013] = 0x5DB9, [ 1014] = 0x3820, [ 1015] = 0x3838,
@@ -992,6 +993,8 @@ static const uint16_t big5hkscs_to_ucs[] =
   [ 5120] = 0x2534, [ 5121] = 0x252C, [ 5122] = 0x2524, [ 5123] = 0x251C,
   [ 5124] = 0x2594, [ 5125] = 0x2500, [ 5126] = 0x2502, [ 5127] = 0x2595,
   [ 5128] = 0x250C, [ 5129] = 0x2510, [ 5130] = 0x2514, [ 5131] = 0x2518,
+  [ 5132] = 0x256D, [ 5167] = 0x256E, [ 5168] = 0x2570, [ 5169] = 0x256F,
+  [ 5170] = 0x2550, [ 5171] = 0x255E, [ 5172] = 0x256A, [ 5173] = 0x2561,
   [ 5174] = 0x25E2, [ 5175] = 0x25E3, [ 5176] = 0x25E5, [ 5177] = 0x25E4,
   [ 5178] = 0x2571, [ 5179] = 0x2572, [ 5180] = 0x2573, [ 5181] = 0xFF10,
   [ 5182] = 0xFF11, [ 5183] = 0xFF12, [ 5184] = 0xFF13, [ 5185] = 0xFF14,