diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 17:03:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 17:03:23 +0000 |
commit | 3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9 (patch) | |
tree | b7f3b28f5b6cf724e8017b7e708fa4eccecf7b75 /localedata/locales/ja_JP | |
parent | 92610fbe38faa5a4c338c07412c9b14c4e747ef8 (diff) | |
download | glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.tar.gz glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.tar.xz glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.zip |
Update.
* elf/dl-close.c (_dl_close): Replace questionable memcpy by loop. 1998-03-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * libc.map: Add more rpc auth functions/variables. * nscd/nscd.c: Add -g option to argp options. 1998-03-24 Ulrich Drepper <drepper@cygnus.com> * configure.in: Be prepared for gcc 2.9.10 and up. * configure.in: Add missing disabling of quote characters in compiler version check. Reported by HJ Lu. 1998-03-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h. 1998-03-24 Ulrich Drepper <drepper@cygnus.com> * intl/locale.alias: Fix spelling of romanian.
Diffstat (limited to 'localedata/locales/ja_JP')
-rw-r--r-- | localedata/locales/ja_JP | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 20a18178a9..5f3e72c22d 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -99,7 +99,7 @@ space <tab>;<newline>;<vertical-tab>;<form-feed>;\ # # cntrl class: C0 and C1 control characters as per ISO 6429. # SS2 and SS3 may be excluded if an acompanying charmap uses them -# as single shifts to invoke graphic characters (as in EUC). +# as single shifts to invoke graphic characters (as in EUC). # Control characters in udc or vdc may be added. cntrl <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\ @@ -621,7 +621,7 @@ ascii <NUL>;<SOH>;<STX>;<ETX>;<EOT>;<ENQ>;<ACK>;\ # line <j0801>;...;<j0832> - + # # jdigit class: The digit characters in JIS X 0208 @@ -946,7 +946,7 @@ jkata <kana-WO>;<kana-a>;<kana-i>;<kana-u>;<kana-e>;<kana-o>;\ # jhankana class: # The Katakana characters in JIS X 0201. # The voiced, semivoiced and prolonged sound marks in JIS X 0201. -# Katakana characters, Katakana symbols in JIS X 0201, or udc/vdc +# Katakana characters, Katakana symbols in JIS X 0201, or udc/vdc # in undefined area of JIS X 0201 may be added. # @@ -1107,12 +1107,12 @@ jkanji <j1601>;...;<j1694>;\ # # jspace class: The space character in JIS X 0208 # - + jspace <j0101> -# Kinsoku Processing Class (Optional): +# Kinsoku Processing Class (Optional): # bkinsoku (Japanese line-breaking rule for the beginning of a line) -# ekinsoku (Japanese line-breaking rule for the end of a line) +# ekinsoku (Japanese line-breaking rule for the end of a line) # bkinsoku <right-parenthesis>;\ @@ -2573,9 +2573,9 @@ LC_MESSAGES # Installations may add other definitions such as for # Hiragana and Katakana strings. -yesexpr "^[<y><Y><j0389><j0357>]" +yesexpr "<'/>><<(><y><Y><j0389><j0357><)/>><.><*>" -noexpr "^[<n><N><j0378><j0346>]" +noexpr "<'/>><<)><n><N><j0378><j0346><)/>><.><*>" END LC_MESSAGES |