summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-23 23:46:45 +0100
committerBruno Haible <bruno@clisp.org>2019-12-23 23:46:45 +0100
commit10b6e6a6e705935e39f71d9a5cf06b39f4f3570f (patch)
tree6a5bb2f309f5a051ba41d254625f25a691c2f8b7
parentfacdea659083095a6ec8bcc7aa322f683898739b (diff)
downloadlibunistring-10b6e6a6e705935e39f71d9a5cf06b39f4f3570f.tar.gz
doc: Update description of locale_charset.
* doc/uniconv.texi (uniconv.h): Fix reference to config.charset, which was removed on 2018-05-19.
-rw-r--r--ChangeLog6
-rw-r--r--doc/uniconv.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1ca30..ec6af31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-23 Bruno Haible <bruno@clisp.org>
+
+ doc: Update description of locale_charset.
+ * doc/uniconv.texi (uniconv.h): Fix reference to config.charset, which
+ was removed on 2018-05-19.
+
2019-12-22 Bruno Haible <bruno@clisp.org>
build: Don't erase the .sym file if 'sed' is not GNU sed.
diff --git a/doc/uniconv.texi b/doc/uniconv.texi
index 2437a38..c11558f 100644
--- a/doc/uniconv.texi
+++ b/doc/uniconv.texi
@@ -9,7 +9,7 @@ The following function returns the locale encoding.
@deftypefun {const char *} locale_charset ()
Determines the current locale's character encoding, and canonicalizes it
-into one of the canonical names listed in @file{config.charset}.
+into one of the canonical names listed in @file{localcharset.h}.
If the canonical name cannot be determined, the result is a non-canonical
name.