summaryrefslogtreecommitdiff
path: root/doc/uniconv.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-05 16:12:24 +0200
committerBruno Haible <bruno@clisp.org>2009-04-05 16:12:24 +0200
commitd6b5eb017aef649be89aec6dcd2519844f2bd91a (patch)
tree0ffe9ee2a24dc23aada781d4abf88f4965e47bd3 /doc/uniconv.texi
parent720fc85a3daaf654e7edb05ae3c652e7d9d4b52c (diff)
downloadlibunistring-d6b5eb017aef649be89aec6dcd2519844f2bd91a.tar.gz
Add index entries.
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.