diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 02:51:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-05 02:51:27 +0000 |
commit | c743652a38ea7ffe016cf24d899fbf574ce7d4a6 (patch) | |
tree | 6452c8579931bb5e5fae8d70debec318746322ca /localedata/charmaps/INIS-8 | |
parent | b79f74cd622578ce5eea1a3ed5840ac53d6b6d93 (diff) | |
download | glibc-c743652a38ea7ffe016cf24d899fbf574ce7d4a6.tar glibc-c743652a38ea7ffe016cf24d899fbf574ce7d4a6.tar.gz glibc-c743652a38ea7ffe016cf24d899fbf574ce7d4a6.tar.bz2 glibc-c743652a38ea7ffe016cf24d899fbf574ce7d4a6.zip |
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>.
Diffstat (limited to 'localedata/charmaps/INIS-8')
-rw-r--r-- | localedata/charmaps/INIS-8 | 227 |
1 files changed, 72 insertions, 155 deletions
diff --git a/localedata/charmaps/INIS-8 b/localedata/charmaps/INIS-8 index 9916a43e05..34ea524e22 100644 --- a/localedata/charmaps/INIS-8 +++ b/localedata/charmaps/INIS-8 @@ -7,159 +7,76 @@ % alias ISO-IR-50 CHARMAP -<NU> /x00 <U0000> NULL (NUL) -<SH> /x01 <U0001> START OF HEADING (SOH) -<SX> /x02 <U0002> START OF TEXT (STX) -<EX> /x03 <U0003> END OF TEXT (ETX) -<ET> /x04 <U0004> END OF TRANSMISSION (EOT) -<EQ> /x05 <U0005> ENQUIRY (ENQ) -<AK> /x06 <U0006> ACKNOWLEDGE (ACK) -<BL> /x07 <U0007> BELL (BEL) -<BS> /x08 <U0008> BACKSPACE (BS) -<HT> /x09 <U0009> CHARACTER TABULATION (HT) -<LF> /x0A <U000A> LINE FEED (LF) -<VT> /x0B <U000B> LINE TABULATION (VT) -<FF> /x0C <U000C> FORM FEED (FF) -<CR> /x0D <U000D> CARRIAGE RETURN (CR) -<SO> /x0E <U000E> SHIFT OUT (SO) -<SI> /x0F <U000F> SHIFT IN (SI) -<DL> /x10 <U0010> DATALINK ESCAPE (DLE) -<D1> /x11 <U0011> DEVICE CONTROL ONE (DC1) -<D2> /x12 <U0012> DEVICE CONTROL TWO (DC2) -<D3> /x13 <U0013> DEVICE CONTROL THREE (DC3) -<D4> /x14 <U0014> DEVICE CONTROL FOUR (DC4) -<NK> /x15 <U0015> NEGATIVE ACKNOWLEDGE (NAK) -<SY> /x16 <U0016> SYNCHRONOUS IDLE (SYN) -<EB> /x17 <U0017> END OF TRANSMISSION BLOCK (ETB) -<CN> /x18 <U0018> CANCEL (CAN) -<EM> /x19 <U0019> END OF MEDIUM (EM) -<SB> /x1A <U001A> SUBSTITUTE (SUB) -<EC> /x1B <U001B> ESCAPE (ESC) -<FS> /x1C <U001C> FILE SEPARATOR (IS4) -<GS> /x1D <U001D> GROUP SEPARATOR (IS3) -<RS> /x1E <U001E> RECORD SEPARATOR (IS2) -<US> /x1F <U001F> UNIT SEPARATOR (IS1) -<SP> /x20 <U0020> SPACE -<a*> /x3A <U03B1> GREEK SMALL LETTER ALPHA -<b*> /x3B <U03B2> GREEK SMALL LETTER BETA -<g*> /x3C <U03B3> GREEK SMALL LETTER GAMMA -<d*> /x3D <U03B4> GREEK SMALL LETTER DELTA -<C*> /x3E <U039E> GREEK CAPITAL LETTER XI -<-/>> /x5E <U2192> RIGHTWARDS ARROW -<In> /x5F <U222B> INTEGRAL -<0S> /x60 <U2070> SUPERSCRIPT ZERO -<1S> /x61 <U00B9> SUPERSCRIPT ONE -<2S> /x62 <U00B2> SUPERSCRIPT TWO -<3S> /x63 <U00B3> SUPERSCRIPT THREE -<4S> /x64 <U2074> SUPERSCRIPT FOUR -<5S> /x65 <U2075> SUPERSCRIPT FIVE -<6S> /x66 <U2076> SUPERSCRIPT SIX -<7S> /x67 <U2077> SUPERSCRIPT SEVEN -<8S> /x68 <U2078> SUPERSCRIPT EIGHT -<9S> /x69 <U2079> SUPERSCRIPT NINE -<+S> /x6A <U207A> SUPERSCRIPT PLUS SIGN -<-S> /x6B <U207B> SUPERSCRIPT MINUS -<Ru> /x6C <U30EB> KATAKANA LETTER RU -<D*> /x6D <U0394> GREEK CAPITAL LETTER DELTA -<L*> /x6E <U039B> GREEK CAPITAL LETTER LAMDA -<W*> /x6F <U03A9> GREEK CAPITAL LETTER OMEGA -<0s> /x70 <U2080> SUBSCRIPT ZERO -<1s> /x71 <U2081> SUBSCRIPT ONE -<2s> /x72 <U2082> SUBSCRIPT TWO -<3s> /x73 <U2083> SUBSCRIPT THREE -<4s> /x74 <U2084> SUBSCRIPT FOUR -<5s> /x75 <U2085> SUBSCRIPT FIVE -<6s> /x76 <U2086> SUBSCRIPT SIX -<7s> /x77 <U2087> SUBSCRIPT SEVEN -<8s> /x78 <U2088> SUBSCRIPT EIGHT -<9s> /x79 <U2089> SUBSCRIPT NINE -<S*> /x7A <U03A3> GREEK CAPITAL LETTER SIGMA -<m*> /x7B <U03BC> GREEK SMALL LETTER MU -<n*> /x7C <U03BD> GREEK SMALL LETTER NU -<w*> /x7D <U03C9> GREEK SMALL LETTER OMEGA -<p*> /x7E <U03C0> GREEK SMALL LETTER PI -<DT> /x7F <U007F> DELETE (DEL) -<NUL> /x00 <U0000> NUL -<SOH> /x01 <U0001> START OF HEADING (SOH) -<STX> /x02 <U0002> START OF TEXT (STX) -<ETX> /x03 <U0003> END OF TEXT (ETX) -<EOT> /x04 <U0004> END OF TRANSMISSION (EOT) -<ENQ> /x05 <U0005> ENQUIRY (ENQ) -<ACK> /x06 <U0006> ACKNOWLEDGE (ACK) -<alert> /x07 <U0007> BELL (BEL) -<BEL> /x07 <U0007> BELL (BEL) -<backspace> /x08 <U0008> BACKSPACE (BS) -<tab> /x09 <U0009> CHARACTER TABULATION (HT) -<newline> /x0A <U000A> LINE FEED (LF) -<vertical-tab> /x0B <U000B> LINE TABULATION (VT) -<form-feed> /x0C <U000C> FORM FEED (FF) -<carriage-return> /x0D <U000D> CARRIAGE RETURN (CR) -<DLE> /x10 <U0010> DATALINK ESCAPE (DLE) -<DC1> /x11 <U0011> DEVICE CONTROL ONE (DC1) -<DC2> /x12 <U0012> DEVICE CONTROL TWO (DC2) -<DC3> /x13 <U0013> DEVICE CONTROL THREE (DC3) -<DC4> /x14 <U0014> DEVICE CONTROL FOUR (DC4) -<NAK> /x15 <U0015> NEGATIVE ACKNOWLEDGE (NAK) -<SYN> /x16 <U0016> SYNCHRONOUS IDLE (SYN) -<ETB> /x17 <U0017> END OF TRANSMISSION BLOCK (ETB) -<CAN> /x18 <U0018> CANCEL (CAN) -<SUB> /x1A <U001A> SUBSTITUTE (SUB) -<ESC> /x1B <U001B> ESCAPE (ESC) -<IS4> /x1C <U001C> FILE SEPARATOR (IS4) -<IS3> /x1D <U001D> GROUP SEPARATOR (IS3) -<intro> /x1D <U001D> GROUP SEPARATOR (IS3) -<IS2> /x1E <U001E> RECORD SEPARATOR (IS2) -<IS1> /x1F <U001F> UNIT SEPARATOR (IS1) -<DEL> /x7F <U007F> DELETE (DEL) -<space> /x20 <U0020> SPACE -<exclamation-mark> /x00 <U0021> EXCLAMATION MARK -<quotation-mark> /x00 <U0022> QUOTATION MARK -<number-sign> /x00 <U0023> NUMBER SIGN -<dollar-sign> /x00 <U0024> DOLLAR SIGN -<percent-sign> /x00 <U0025> PERCENT SIGN -<ampersand> /x00 <U0026> AMPERSAND -<apostrophe> /x00 <U0027> APOSTROPHE -<left-parenthesis> /x00 <U0028> LEFT PARENTHESIS -<right-parenthesis> /x00 <U0029> RIGHT PARENTHESIS -<asterisk> /x00 <U002A> ASTERISK -<plus-sign> /x00 <U002B> PLUS SIGN -<comma> /x00 <U002C> COMMA -<hyphen> /x00 <U002D> HYPHEN-MINUS -<hyphen-minus> /x00 <U002D> HYPHEN-MINUS -<period> /x00 <U002E> FULL STOP -<full-stop> /x00 <U002E> FULL STOP -<slash> /x00 <U002F> SOLIDUS -<solidus> /x00 <U002F> SOLIDUS -<zero> /x00 <U0030> DIGIT ZERO -<one> /x00 <U0031> DIGIT ONE -<two> /x00 <U0032> DIGIT TWO -<three> /x00 <U0033> DIGIT THREE -<four> /x00 <U0034> DIGIT FOUR -<five> /x00 <U0035> DIGIT FIVE -<six> /x00 <U0036> DIGIT SIX -<seven> /x00 <U0037> DIGIT SEVEN -<eight> /x00 <U0038> DIGIT EIGHT -<nine> /x00 <U0039> DIGIT NINE -<colon> /x00 <U003A> COLON -<semicolon> /x00 <U003B> SEMICOLON -<less-than-sign> /x00 <U003C> LESS-THAN SIGN -<equals-sign> /x00 <U003D> EQUALS SIGN -<greater-than-sign> /x00 <U003E> GREATER-THAN SIGN -<question-mark> /x00 <U003F> QUESTION MARK -<commercial-at> /x00 <U0040> COMMERCIAL AT -<left-square-bracket> /x00 <U005B> LEFT SQUARE BRACKET -<backslash> /x00 <U005C> REVERSE SOLIDUS -<reverse-solidus> /x00 <U005C> REVERSE SOLIDUS -<right-square-bracket> /x00 <U005D> RIGHT SQUARE BRACKET -<circumflex> /x00 <U005E> CIRCUMFLEX ACCENT -<circumflex-accent> /x00 <U005E> CIRCUMFLEX ACCENT -<underscore> /x00 <U005F> LOW LINE -<low-line> /x00 <U005F> LOW LINE -<grave-accent> /x00 <U0060> GRAVE ACCENT -<left-brace> /x00 <U007B> LEFT CURLY BRACKET -<left-curly-bracket> /x00 <U007B> LEFT CURLY BRACKET -<vertical-line> /x00 <U007C> VERTICAL LINE -<right-brace> /x00 <U007D> RIGHT CURLY BRACKET -<right-curly-bracket> /x00 <U007D> RIGHT CURLY BRACKET -<tilde> /x00 <U007E> TILDE +<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 +<U03B1> /x3a GREEK SMALL LETTER ALPHA +<U03B2> /x3b GREEK SMALL LETTER BETA +<U03B3> /x3c GREEK SMALL LETTER GAMMA +<U03B4> /x3d GREEK SMALL LETTER DELTA +<U039E> /x3e GREEK CAPITAL LETTER XI +<U2192> /x5e RIGHTWARDS ARROW +<U222B> /x5f INTEGRAL +<U2070> /x60 SUPERSCRIPT ZERO +<U00B9> /x61 SUPERSCRIPT ONE +<U00B2> /x62 SUPERSCRIPT TWO +<U00B3> /x63 SUPERSCRIPT THREE +<U2074> /x64 SUPERSCRIPT FOUR +<U2075> /x65 SUPERSCRIPT FIVE +<U2076> /x66 SUPERSCRIPT SIX +<U2077> /x67 SUPERSCRIPT SEVEN +<U2078> /x68 SUPERSCRIPT EIGHT +<U2079> /x69 SUPERSCRIPT NINE +<U207A> /x6a SUPERSCRIPT PLUS SIGN +<U207B> /x6b SUPERSCRIPT MINUS +<U30EB> /x6c KATAKANA LETTER RU +<U0394> /x6d GREEK CAPITAL LETTER DELTA +<U039B> /x6e GREEK CAPITAL LETTER LAMDA +<U03A9> /x6f GREEK CAPITAL LETTER OMEGA +<U2080> /x70 SUBSCRIPT ZERO +<U2081> /x71 SUBSCRIPT ONE +<U2082> /x72 SUBSCRIPT TWO +<U2083> /x73 SUBSCRIPT THREE +<U2084> /x74 SUBSCRIPT FOUR +<U2085> /x75 SUBSCRIPT FIVE +<U2086> /x76 SUBSCRIPT SIX +<U2087> /x77 SUBSCRIPT SEVEN +<U2088> /x78 SUBSCRIPT EIGHT +<U2089> /x79 SUBSCRIPT NINE +<U03A3> /x7a GREEK CAPITAL LETTER SIGMA +<U03BC> /x7b GREEK SMALL LETTER MU +<U03BD> /x7c GREEK SMALL LETTER NU +<U03C9> /x7d GREEK SMALL LETTER OMEGA +<U03C0> /x7e GREEK SMALL LETTER PI +<U007F> /x7f DELETE (DEL) END CHARMAP |