diff options
Diffstat (limited to 'winsup/doc/new-features.sgml')
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
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. |