glibc/localedata/charmaps/ISO_5427-EXT

88 lines
3.9 KiB
Plaintext
Raw Normal View History

<code_set_name> ISO_5427-EXT
<comment_char> %
<escape_char> /
% version: 1.0
% repertoiremap: mnemonic,ds
% source: ECMA registry
% alias ISO-IR-54
% alias ISO_5427:1981
CHARMAP
Update. 2000-09-04 Andreas Schwab <schwab@suse.de> * elf/Makefile (all-dl-routines): New variable. (elide-routines.os): Use it instead of $(dl-routines). (all-rtld-routines): New variable. (extra-objs): Use it instead of $(rtld-routines). ($(objpfx)dl-allobjs.os): Likewise. * sysdeps/ia64/Makefile [$(subdir) = elf]: Modify sysdep-dl-routines and sysdep_routines instead of rtld-routines and dl-routines. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_trans.c (__gconv_translit_find): Update open_count. Set fname to NULL if the module wasn't found. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to true if trans->name already ends in ".so". 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_int.h (__gconv_release_shlib): Change return type to void. * iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound. (__gconv_release_shlib): Change return type to void. * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set step->__counter here. * iconv/gconv_db.c (free_derivation): Don't call a step's destructor if the reference is zero. (release_step): New function. (gen_steps): Always initialize the __counter to 1. Use release_step. Don't call the destructor on the step whose initializer failed. (increment_counter): Use release_step. Don't normally run destructors here. (__gconv_close_transform): Use release_step. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove. (__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly. If the first byte is 0x8E, don't ask for 4 bytes until it has been verified that the second byte is valid. Leave it to cns11643_to_ucs4 to check for incomplete input. * iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196. (ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and 0x9f9d..0x9fa5. * iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196. (ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129. * iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend upto index 0x0052. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_db.c (find_derivation): Always use the least-cost solution. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF are invalid. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C. * iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to U+007E. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7. 2000-09-03 Bruno Haible <haible@clisp.cons.org> * iconvdata/tst-tables.sh: New file. * iconvdata/tst-table.sh: New file. * iconvdata/tst-table-from.c: New file. * iconvdata/tst-table-to.c: New file. * iconvdata/tst-table-charmap.sh: New file. * iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to. (distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh, tst-table-from.c, tst-table-to.c, EUC-JP.irreversible, ISIRI-3342.irreversible, SJIS.irreversible. (tests): Add dependency on tst-tables.out. (tst-tables.out, tst-tables-clean): New rules. (do-tests-clean, common-mostlyclean): Require tst-tables-clean. * iconvdata/ISIRI-3342.irreversible: New file. * iconvdata/EUC-JP.irreversible: New file. * iconvdata/SJIS.irreversible: New file. 2000-09-04 Ulrich Drepper <drepper@redhat.com> * manual/locale.texi (General Numeric): Update description of representation of the grouping information in the locale data. Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>. Reported by Rob Levin <lilo@transvirtual.com>.
2000-09-05 04:51:27 +02:00
<U0000> /x00 NULL (NUL)
<U0001> /x01 START OF HEADING (SOH)
<U0002> /x02 START OF TEXT (STX)
<U0003> /x03 END OF TEXT (ETX)
<U0004> /x04 END OF TRANSMISSION (EOT)
<U0005> /x05 ENQUIRY (ENQ)
<U0006> /x06 ACKNOWLEDGE (ACK)
<U0007> /x07 BELL (BEL)
<U0008> /x08 BACKSPACE (BS)
<U0009> /x09 CHARACTER TABULATION (HT)
<U000A> /x0a LINE FEED (LF)
<U000B> /x0b LINE TABULATION (VT)
<U000C> /x0c FORM FEED (FF)
<U000D> /x0d CARRIAGE RETURN (CR)
<U000E> /x0e SHIFT OUT (SO)
<U000F> /x0f SHIFT IN (SI)
<U0010> /x10 DATALINK ESCAPE (DLE)
<U0011> /x11 DEVICE CONTROL ONE (DC1)
<U0012> /x12 DEVICE CONTROL TWO (DC2)
<U0013> /x13 DEVICE CONTROL THREE (DC3)
<U0014> /x14 DEVICE CONTROL FOUR (DC4)
<U0015> /x15 NEGATIVE ACKNOWLEDGE (NAK)
<U0016> /x16 SYNCHRONOUS IDLE (SYN)
<U0017> /x17 END OF TRANSMISSION BLOCK (ETB)
<U0018> /x18 CANCEL (CAN)
<U0019> /x19 END OF MEDIUM (EM)
<U001A> /x1a SUBSTITUTE (SUB)
<U001B> /x1b ESCAPE (ESC)
<U001C> /x1c FILE SEPARATOR (IS4)
<U001D> /x1d GROUP SEPARATOR (IS3)
<U001E> /x1e RECORD SEPARATOR (IS2)
<U001F> /x1f UNIT SEPARATOR (IS1)
<U0020> /x20 SPACE
<U0491> /x40 CYRILLIC SMALL LETTER GHE WITH UPTURN
<U0452> /x41 CYRILLIC SMALL LETTER DJE
<U0453> /x42 CYRILLIC SMALL LETTER GJE
<U0454> /x43 CYRILLIC SMALL LETTER UKRAINIAN IE
<U0451> /x44 CYRILLIC SMALL LETTER IO
<U0455> /x45 CYRILLIC SMALL LETTER DZE
<U0456> /x46 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
<U0457> /x47 CYRILLIC SMALL LETTER YI
<U0458> /x48 CYRILLIC SMALL LETTER JE
<U0459> /x49 CYRILLIC SMALL LETTER LJE
<U045A> /x4a CYRILLIC SMALL LETTER NJE
<U045B> /x4b CYRILLIC SMALL LETTER TSHE
<U045C> /x4c CYRILLIC SMALL LETTER KJE
<U045E> /x4d CYRILLIC SMALL LETTER SHORT U
<U045F> /x4e CYRILLIC SMALL LETTER DZHE
<U0463> /x50 CYRILLIC SMALL LETTER YAT
<U0473> /x51 CYRILLIC SMALL LETTER FITA
<U0475> /x52 CYRILLIC SMALL LETTER IZHITSA
<U046B> /x53 CYRILLIC SMALL LETTER BIG YUS
<U005B> /x5b LEFT SQUARE BRACKET
<U005D> /x5d RIGHT SQUARE BRACKET
<U005F> /x5f LOW LINE
<U0490> /x60 CYRILLIC CAPITAL LETTER GHE WITH UPTURN
<U0402> /x61 CYRILLIC CAPITAL LETTER DJE
<U0403> /x62 CYRILLIC CAPITAL LETTER GJE
<U0404> /x63 CYRILLIC CAPITAL LETTER UKRAINIAN IE
<U0401> /x64 CYRILLIC CAPITAL LETTER IO
<U0405> /x65 CYRILLIC CAPITAL LETTER DZE
<U0406> /x66 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
<U0407> /x67 CYRILLIC CAPITAL LETTER YI
<U0408> /x68 CYRILLIC CAPITAL LETTER JE
<U0409> /x69 CYRILLIC CAPITAL LETTER LJE
<U040A> /x6a CYRILLIC CAPITAL LETTER NJE
<U040B> /x6b CYRILLIC CAPITAL LETTER TSHE
<U040C> /x6c CYRILLIC CAPITAL LETTER KJE
<U040E> /x6d CYRILLIC CAPITAL LETTER SHORT U
<U040F> /x6e CYRILLIC CAPITAL LETTER DZHE
<U042A> /x6f CYRILLIC CAPITAL LETTER HARD SIGN
<U0462> /x70 CYRILLIC CAPITAL LETTER YAT
<U0472> /x71 CYRILLIC CAPITAL LETTER FITA
<U0474> /x72 CYRILLIC CAPITAL LETTER IZHITSA
<U046A> /x73 CYRILLIC CAPITAL LETTER BIG YUS
<U007F> /x7f DELETE (DEL)
END CHARMAP