about summary refs log tree commit diff
path: root/manual/charset.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-17 23:03:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-17 23:03:59 +0000
commitaa64639e6f6e3f6388abfb70565a42850192af27 (patch)
treea5215bc45521bab28598c6f4e782d216696f5576 /manual/charset.texi
parent3076f3d1ff83bf46dd13fc4c4193336734ace3a5 (diff)
downloadglibc-aa64639e6f6e3f6388abfb70565a42850192af27.tar.gz
glibc-aa64639e6f6e3f6388abfb70565a42850192af27.tar.xz
glibc-aa64639e6f6e3f6388abfb70565a42850192af27.zip
Update.
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
Diffstat (limited to 'manual/charset.texi')
-rw-r--r--manual/charset.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi
index de420ea8a5..9068e42f2a 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -247,6 +247,7 @@ character on its own or whether it has to be combined with some more
 bytes.
 
 @cindex EUC
+@cindex Shift_JIS
 @cindex SJIS
 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
@@ -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
 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)
-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
 than one character and has to be changed by another byte sequence.