blob: 65ab529e95bf6ba2383c1b33fe4655073affe29f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Description:
Return current locale's character encoding.
Files:
lib/localcharset.h
lib/localcharset.c
m4/codeset.m4
m4/localcharset.m4
Depends-on:
extensions
configure.ac:
gl_LOCALCHARSET
dnl For backward compatibility. Some packages still use this.
LOCALCHARSET_TESTS_ENVIRONMENT=
AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
Makefile.am:
lib_SOURCES += localcharset.c
Include:
"localcharset.h"
License:
LGPLv2+
Maintainer:
all
|