2001-06-09  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
	code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.

	* charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
This commit is contained in:
Ulrich Drepper 2001-06-17 23:03:59 +00:00
parent 3076f3d1ff
commit aa64639e6f
4 changed files with 13 additions and 4 deletions

View File

@ -185,7 +185,7 @@ cat <<EOF |
# #
# Multibyte encodings come here # Multibyte encodings come here
# #
SJIS SJIS SHIFT_JIS
EUC-KR EUC-KR
CP949 CP949
JOHAB JOHAB

View File

@ -1,6 +1,11 @@
2001-06-09 Bruno Haible <haible@clisp.cons.org>
* charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS. Change
code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
2001-05-26 Bruno Haible <haible@clisp.cons.org> 2001-05-26 Bruno Haible <haible@clisp.cons.org>
* charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name
to SHIFT_JIS. Add SJIS as alias. to SHIFT_JIS. Add SJIS as alias.
* Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap. * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
* gen-locale.sh: Likewise. * gen-locale.sh: Likewise.

View File

@ -1,8 +1,11 @@
<code_set_name> BIG5HKSCS <code_set_name> BIG5-HKSCS
<mb_cur_max> 2 <mb_cur_max> 2
<mb_cur_min> 1 <mb_cur_min> 1
<comment_char> % <comment_char> %
<escape_char> / <escape_char> /
% alias BIG5HKSCS
% %
% Generated from the big5hkscs.c iconv module. % Generated from the big5hkscs.c iconv module.
% %

View File

@ -247,6 +247,7 @@ character on its own or whether it has to be combined with some more
bytes. bytes.
@cindex EUC @cindex EUC
@cindex Shift_JIS
@cindex SJIS @cindex SJIS
In most uses of @w{ISO 2022} the defined character sets do not allow In most uses of @w{ISO 2022} the defined character sets do not allow
state changes which cover more than the next character. This has the state changes which cover more than the next character. This has the
@ -254,7 +255,7 @@ big advantage that whenever one can identify the beginning of the byte
sequence of a character one can interpret a text correctly. Examples of sequence of a character one can interpret a text correctly. Examples of
character sets using this policy are the various EUC character sets character sets using this policy are the various EUC character sets
(used by Sun's operations systems, EUC-JP, EUC-KR, EUC-TW, and EUC-CN) (used by Sun's operations systems, EUC-JP, EUC-KR, EUC-TW, and EUC-CN)
or SJIS (Shift-JIS, a Japanese encoding). or Shift_JIS (SJIS, a Japanese encoding).
But there are also character sets using a state which is valid for more But there are also character sets using a state which is valid for more
than one character and has to be changed by another byte sequence. than one character and has to be changed by another byte sequence.