summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-10 17:01:43 +0100
committerBruno Haible <bruno@clisp.org>2020-12-10 17:01:43 +0100
commit68fce701270d13d077444dec865ae212eb9a56c2 (patch)
tree08de29cc14bad6c3eb61cc9294f7a164ee00015b /NEWS
parenta9a2a75f4648a624200908977caf5f21ec54a441 (diff)
downloadgettext-68fce701270d13d077444dec865ae212eb9a56c2.tar.gz
intl: Support the AIX 7 locale names.
* gettext-runtime/intl/explodename.c (_nl_find_language): Remove function. (_nl_explode_name): Inline it here. On AIX, lowercase the language and map a script identifier to a modifier. * NEWS: Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22b08784d..2c648b0fa 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ Version 0.21.1 - December 2020
(of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *') as
arguments.
+* Runtime behaviour:
+ - On AIX, locale names with a script or with an uppercase language are now
+ supported.
+ For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and
+ EN_US.UTF-8 is treated like en_US.UTF-8.
+
Version 0.21 - July 2020
* Programming languages support: