aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-06 10:30:02 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-04-06 10:30:02 +0000
commit115655f1f334d4a65e740246de533b9dfd4bb383 (patch)
treed722da48aa4eb18a2c5dff5d9311250d5c551a8c
parent738c26083a861cef99aaedb36fafc8f25bfd3b0a (diff)
downloadnewlib-115655f1f334d4a65e740246de533b9dfd4bb383.zip
newlib-115655f1f334d4a65e740246de533b9dfd4bb383.tar.gz
newlib-115655f1f334d4a65e740246de533b9dfd4bb383.tar.bz2
* new-features.sgml (ov-new1.7-posix): Remove JIS from supported
charsets. * setup2.sgml (setup-locale-charsetlist): Ditto.
-rw-r--r--winsup/doc/ChangeLog6
-rw-r--r--winsup/doc/new-features.sgml2
-rw-r--r--winsup/doc/setup2.sgml5
3 files changed, 9 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index c769f57..b3caa70 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,11 @@
2009-04-06 Corinna Vinschen <corinna@vinschen.de>
+ * new-features.sgml (ov-new1.7-posix): Remove JIS from supported
+ charsets.
+ * setup2.sgml (setup-locale-charsetlist): Ditto.
+
+2009-04-06 Corinna Vinschen <corinna@vinschen.de>
+
* setup2.sgml (setup-locale-problems): Change title to be more clear
when referencing this section.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 205eadb..3aee396 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -198,7 +198,7 @@
The full list of supported character sets: "ASCII", "ISO-8859-x" with x
in 1-16, except 12, "UTF-8", Windows codepages "CPxxx", with xxx in
(437, 720, 737, 775, 850, 852, 855, 857, 858, 862, 866, 874, 1125,
- 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258), "JIS", "SJIS",
+ 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258), "SJIS",
"GBK", "eucJP", "eucKR", and "Big5". The leading language and territory
part (en_US, for instance) is not used by Cygwin yet, but is required
for POSIX compatibility.
diff --git a/winsup/doc/setup2.sgml b/winsup/doc/setup2.sgml
index ced91c1..a1a8214 100644
--- a/winsup/doc/setup2.sgml
+++ b/winsup/doc/setup2.sgml
@@ -403,9 +403,8 @@ oif the "CPxxx" style charsets, always use them with the trailing "CP".</para>
SJIS 932 (ANSI/OEM Japanese)
GBK 936 (ANSI/OEM Simplified Chinese)
Big5 950 (ANSI/OEM Traditional Chinese)
- JIS 50220 (ISO2022 Japanese w/o halfwidth Katakana)
- eucJP 51932 (EUC Japanese)
- eucKR 51949 (EUC Korean)
+ eucJP 20932 (EUC Japanese)
+ eucKR 949 (EUC Korean)
UTF-8 65001 (UTF-8)
</screen>