summaryrefslogtreecommitdiff
path: root/doc/uniconv.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uniconv.texi')
-rw-r--r--doc/uniconv.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/uniconv.texi b/doc/uniconv.texi
index 8ff8ffa..08197c5 100644
--- a/doc/uniconv.texi
+++ b/doc/uniconv.texi
@@ -4,6 +4,7 @@
This include file declares functions for converting between Unicode strings
and @code{char *} strings in locale encoding or in other specified encodings.
+@cindex locale encoding
The following function returns the locale encoding.
@deftypefun {const char *} locale_charset ()
@@ -20,6 +21,7 @@ around the native @code{iconv_open} function. It may not work as an argument
to the native @code{iconv_open} function directly.
@end deftypefun
+@cindex converting
The following functions convert between strings in a specified encoding and
Unicode strings.