version 1.1.1.2, 2012/05/29 09:29:42
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 25 This library fixes these flaws and provides a function
|
Line 25 This library fixes these flaws and provides a function
|
const char * locale_charset (void); |
const char * locale_charset (void); |
|
|
It determines the current locale's character encoding, and canonicalizes it |
It determines the current locale's character encoding, and canonicalizes it |
into one of the canonical names listed in config.charset. The result must | into one of the canonical names listed in localcharset.h. The result must |
not be freed; it is statically allocated. If the canonical name cannot be |
not be freed; it is statically allocated. If the canonical name cannot be |
determined, the result is a non-canonical name. |
determined, the result is a non-canonical name. |
|
|
Line 48 This library is used in
|
Line 48 This library is used in
|
To integrate this library into your package: |
To integrate this library into your package: |
- Either from this package. See file INTEGRATE. |
- Either from this package. See file INTEGRATE. |
- Or from gnulib. See |
- Or from gnulib. See |
<http://www.gnu.org/software/gnulib/MODULES.html#module=localcharset> | <https://www.gnu.org/software/gnulib/MODULES.html#module=localcharset> |
|
|
|
|
Distribution: |
Distribution: |
The libcharset directory of |
The libcharset directory of |
ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.8.tar.gz | ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz |
|
|
Homepage: |
Homepage: |
http://www.haible.de/bruno/packages-libcharset.html | https://haible.de/bruno/packages-libcharset.html |
|
|
|
|
Bruno Haible <bruno@clisp.org> |
Bruno Haible <bruno@clisp.org> |