summaryrefslogtreecommitdiffstats
path: root/winsup/doc/new-features.sgml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-25 10:37:06 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-03-25 10:37:06 +0000
commitf276aab75a74d66ab8388a8eab1cb902fea6dffc (patch)
tree3b74cde68c508eb72b6138a0fc4029576c9c98ed /winsup/doc/new-features.sgml
parent4747078502ec9a9aaa7e867ef7b29acd194c2b8d (diff)
downloadcygnal-f276aab75a74d66ab8388a8eab1cb902fea6dffc.tar.gz
cygnal-f276aab75a74d66ab8388a8eab1cb902fea6dffc.tar.bz2
cygnal-f276aab75a74d66ab8388a8eab1cb902fea6dffc.zip
* new-features.sgml: Add missing GB2312 and eucKR character sets.
* pathnames.sgml: Change "DOS devices" title to "Invalid filenames" and rephrase that section. Add section "Filenames with unusual (foreign) characters". Fix an emphasis. * setup-net.sgml: Integrate setup-locale section. * setup2.sgml: Add locale variables to section "Environment Variables". Add section "Internationalization".
Diffstat (limited to 'winsup/doc/new-features.sgml')
-rw-r--r--winsup/doc/new-features.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index cae0b492e..3889efa6d 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -195,8 +195,9 @@
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",
- "eucJP", "Big5". The leading language and territory part (en_US) is not
- used by Cygwin yet, but is required for POSIX compatibility.
+ "GB2312", "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.
- Allow multiple concurrent read locks per thread for pthread_rwlock_t.