diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 22:25:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 22:25:03 +0000 |
commit | 36466e64f0f8cbf1a915070f3f071b9360926cae (patch) | |
tree | e061c6040bdb909b5b7e407496a1e32090beb90b /localedata | |
parent | b572c2da318d45e89bec5425692be84a2ac27ed4 (diff) | |
download | glibc-36466e64f0f8cbf1a915070f3f071b9360926cae.zip glibc-36466e64f0f8cbf1a915070f3f071b9360926cae.tar.gz glibc-36466e64f0f8cbf1a915070f3f071b9360926cae.tar.bz2 |
Update.
2000-08-25 Ulrich Drepper <drepper@redhat.com>
* iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of
irreversible in recursive call of conversion function to signal that
no error handling is wanted.
* iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too.
(STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL.
* iconv/skeleton.c (lirreversiblep): New variable. Set to NULL is
recursive error handling call, otherwise to &lirreversible. Use it
for calls to conversion functions.
* iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when
transliterating.
(ucs4_internal_loop_unaligned): Likewise.
(ucs4le_internal_loop): Likewise.
(ucs4le_internal_loop_unaligned): Likewise.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 2 | ||||
-rw-r--r-- | localedata/locales/ja_JP | 78 |
2 files changed, 80 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index a851e49..b333ea6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,7 @@ 2000-08-25 Ulrich Drepper <drepper@redhat.com> + * locales/ja_JP: Add new categories with generic information. + * locales/i18n (default_missing): Change back to only U003F. 2000-08-24 Andreas Jaeger <aj@suse.de> diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 1d88d8f..ad3fa5d 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -6,6 +6,33 @@ comment_char % % Date: 1999-12-05 % Write: HANATAKA, Shinya <hanataka@abyss.rim.or.jp> +LC_IDENTIFICATION +title "Japanese language locale for Japan" +source "HANATAKA, Shinya, hanataka@abyss.rim.or.jp" +address "" +contact "" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "Japanese" +territory "Japan" +revision "1.0" +date "2000-07-20" +% +category "ja_JP:2000";LC_IDENTIFICATION +category "ja_JP:2000";LC_CTYPE +category "ja_JP:2000";LC_COLLATE +category "ja_JP:2000";LC_TIME +category "ja_JP:2000";LC_NUMERIC +category "ja_JP:2000";LC_MONETARY +category "ja_JP:2000";LC_MESSAGES +category "ja_JP:2000";LC_PAPER +category "ja_JP:2000";LC_NAME +category "ja_JP:2000";LC_ADDRESS +category "ja_JP:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + LC_CTYPE upper <U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;<U0047>;<U0048>;/ <U0049>;<U004A>;<U004B>;<U004C>;<U004D>;<U004E>;<U004F>;<U0050>;/ @@ -18596,3 +18623,54 @@ alt_digits "<U3007>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";/ "<U4E5D><U5341><U516D>";"<U4E5D><U5341><U4E03>";/ "<U4E5D><U5341><U516B>";"<U4E5D><U5341><U4E5D>" END LC_TIME + + +LC_PAPER +% This is the ISO_IEC TR14652 Locale definition for the +% LC_PAPER category +height 297 +width 210 + +END LC_PAPER + + +LC_NAME +% This is the ISO_IEC TR14652 Locale definition for the +% LC_NAME category. +% +name_fmt "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/ +<U0025><U0067>" +name_gen "" +name_mr "<U004D><U0072><U002E>" +name_mrs "<U004D><U0072><U0073><U002E>" +name_miss "<U004D><U0069><U0073><U0073><U002E>" +name_ms "<U004D><U0073><U002E>" + +END LC_NAME + + +LC_ADDRESS +% This is the ISO_IEC TR14652 Locale definition for the +% LC_ADDRESS +postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/ +<U0025><U0062><U0025><U0065><U0025><U0072>" + +END LC_ADDRESS + + +LC_TELEPHONE +% This is the ISO_IEC TR14652 Locale definition for the +% +tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020>/ +<U003B><U0025><U006C>" +int_prefix "<U0038><U0031>" + +END LC_TELEPHONE + + +LC_MEASUREMENT +% This is the ISO_IEC TR14652 Locale definition for the +% +measurement 1 + +END LC_MEASUREMENT |