29 lines
617 B
Plaintext
29 lines
617 B
Plaintext
Files:
|
|
tests/test-unicodeio1.sh
|
|
tests/test-unicodeio2.sh
|
|
tests/test-unicodeio3.sh
|
|
tests/test-unicodeio.c
|
|
tests/macros.h
|
|
m4/locale-en.m4
|
|
m4/locale-fr.m4
|
|
m4/locale-zh.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
setlocale
|
|
localcharset
|
|
|
|
configure.ac:
|
|
gt_LOCALE_EN_UTF8
|
|
gt_LOCALE_FR_UTF8
|
|
gt_LOCALE_ZH_CN
|
|
|
|
Makefile.am:
|
|
TESTS += test-unicodeio1.sh test-unicodeio2.sh test-unicodeio3.sh
|
|
TESTS_ENVIRONMENT += \
|
|
LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@'
|
|
check_PROGRAMS += test-unicodeio
|
|
test_unicodeio_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(LIBICONV) $(LIBINTL)
|