From 860196202339b0b83b0f52e75c7aae78714e6c32 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 13 Jul 2023 22:59:48 +0200 Subject: [PATCH] localcharset: Clean up locale encodings used by glibc. * lib/localcharset.h: Remove VISCII from the list, since never supported in glibc/localedata/SUPPORTED. JOHAB is not supported by glibc any more since 2000-09-25. TCVN5712-1 is not supported by glibc any more since 2012-05-21. --- ChangeLog | 8 ++++++++ lib/localcharset.h | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76031ff912..b902d6c98b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-07-13 Bruno Haible + + localcharset: Clean up locale encodings used by glibc. + * lib/localcharset.h: Remove VISCII from the list, since never supported + in glibc/localedata/SUPPORTED. JOHAB is not supported by glibc any more + since 2000-09-25. TCVN5712-1 is not supported by glibc any more since + 2012-05-21. + 2023-07-13 Bruno Haible doc: Mention c32_get_mapping, c32_apply_mapping. diff --git a/lib/localcharset.h b/lib/localcharset.h index 29ee8dc04b..25c9bb9c6e 100644 --- a/lib/localcharset.h +++ b/lib/localcharset.h @@ -104,10 +104,8 @@ extern const char * locale_charset (void); GBK glibc aix osf solaris freebsd darwin cygwin windows dos GB18030 glibc hpux solaris freebsd netbsd darwin SHIFT_JIS Y hpux osf solaris freebsd netbsd darwin - JOHAB glibc solaris windows + JOHAB solaris windows TIS-620 glibc aix hpux osf solaris cygwin zos - VISCII Y glibc - TCVN5712-1 glibc ARMSCII-8 glibc freebsd netbsd darwin GEORGIAN-PS glibc cygwin PT154 glibc netbsd cygwin -- 2.39.5