/glibc-2.36/iconvdata/ |
D | tst-table.sh | 26 charset=$4 36 ./tst-table-charmap.sh ${charmap:-$charset} \ 37 < ../localedata/charmaps/${charmap:-$charset} \ 38 > ${objpfx}tst-${charset}.charmap.table 41 if test ${charset} = GB18030; then 42 grep '0x....$' < ${objpfx}tst-${charset}.charmap.table \ 43 > ${objpfx}tst-${charset}.truncated.table 44 mv ${objpfx}tst-${charset}.truncated.table ${objpfx}tst-${charset}.charmap.table 48 precomposed=${charset}.precomposed 51 if test ${charset} = EUC-TW; then [all …]
|
D | bug-iconv10.c | 38 const char *charset = charsets[i]; in do_test() local 39 iconv_t cd = iconv_open (charset, "UTF-8"); in do_test() 42 printf ("iconv_open failed (%s)\n", charset); in do_test() 65 printf ("wrong first conversion (%s)", charset); in do_test() 78 printf ("wrong second conversion (%s)\n", charset); in do_test() 85 printf ("iconv_close failed (%s)\n", charset); in do_test()
|
D | tst-table-to.c | 32 const char *charset; in main() local 41 charset = argv[1]; in main() 43 cd = iconv_open (charset, "UTF-8"); in main() 52 bmp_only = (strcmp (charset, "UTF-8") == 0 in main() 53 || strcmp (charset, "GB18030") == 0); in main()
|
D | tst-table-from.c | 179 const char *charset; in main() local 188 charset = argv[1]; in main() 190 cd = iconv_open ("UTF-8", charset); in main() 199 bmp_only = (strcmp (charset, "UTF-8") == 0 in main() 200 || strcmp (charset, "GB18030") == 0); in main() 201 search_depth = (strcmp (charset, "UTF-8") == 0 ? 3 : 4); in main()
|
D | tst-tables.sh | 261 while read charset charmap; do 262 if test "$charset" = GB18030; then echo "This might take a while" 1>&2; fi 263 case ${charset} in \#*) continue;; esac 264 printf %s "Testing ${charset}" 1>&2 266 ${charset} ${charmap} < /dev/null; then 269 echo "failed: ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}"
|
/glibc-2.36/intl/ |
D | dcigettext.c | 1105 char *charset; in _nl_find_msg() local 1111 charset = (char *) alloca (len + 1); in _nl_find_msg() 1113 *((char *) mempcpy (charset, charsetstr, len)) = '\0'; in _nl_find_msg() 1115 memcpy (charset, charsetstr, len); in _nl_find_msg() 1116 charset[len] = '\0'; in _nl_find_msg() 1125 __gconv_create_spec (&conv_spec, charset, outcharset); in _nl_find_msg() 1166 convd->conv = iconv_open (outcharset, charset); in _nl_find_msg() 1172 convd->conv = iconv_open (outcharset, charset); in _nl_find_msg() 1176 freea (charset); in _nl_find_msg()
|
D | translit.po | 3 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | tst-gettext4-fr.po | 4 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | tstcodeset.po | 4 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | tst-gettext4-de.po | 4 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | tstlang1.po | 4 "Content-Type: text/plain; charset=US-ASCII\n"
|
D | tstlang2.po | 4 "Content-Type: text/plain; charset=US-ASCII\n"
|
/glibc-2.36/localedata/ |
D | Makefile | 457 charset=`echo $$locale | sed -e 's,.*/,,'`; \ 459 if [ "$$charset" = 'SHIFT_JIS' ] \ 460 || [ "$$charset" = 'SHIFT_JISX0213' ]; then \ 464 echo -n ".$$charset"; \ 469 -i locales/$$input -f charmaps/$$charset \
|
/glibc-2.36/po/ |
D | pot.header | 14 "Content-Type: text/plain; charset=CHARSET\n"
|
D | rw.po | 23 "Content-Type: text/plain; charset=UTF-8\n"
|
/glibc-2.36/scripts/ |
D | check-installed-headers.sh | 121 if $cc_cmd -finput-charset=ascii -fsyntax-only $lang_mode \
|
/glibc-2.36/manual/ |
D | Makefile | 37 intro errno memory ctype string charset locale \
|
D | charset.texi | 1888 file2wcs (int fd, const char *charset, wchar_t *outbuf, size_t avail) 1896 cd = iconv_open ("WCHAR_T", charset); 1902 charset); 2961 @c File charset.texi edited October 2001 by Dennis Grace, IBM Corporation
|
/glibc-2.36/localedata/charmaps/ |
D | CP1125 | 5 % source: http://oss.software.ibm.com/cvs/icu/charset/data/ucm/ibm-1125_P100-1997.ucm
|
D | ISO-IR-197 | 7 % comment: Proposed nothern sami charset. Superseded by WS2
|
D | ISO-IR-209 | 7 % comment: Proposed sami charset.
|
/glibc-2.36/localedata/locales/ |
D | uz_UZ | 31 % Changed charset to UTF-8
|
D | bg_BG | 16 % this: bg_BG.CP1251 (CP1251 is for coresponding charset), bg_BG.KOI8R,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.9 | 615 * iconv/iconv_prog.c: Rewrite generation of charset name list to 635 * manual/charset.texi: Likewise. 705 * manual/charset.texi: More misspelling fixes. 782 * manual/charset.texi: Add many corrections. 787 * manual/charset.texi: Fix some typos. 820 * manual/mbyte.texi: Removed. This is now described in charset.texi. 821 * manual/charset.texi: New file. 822 * manual/Makefile (chapters): Replace mbyte by charset. 828 * manual/string.texi: Fix @node line for new charset chapter. 1412 * iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name. [all …]
|
D | ChangeLog.5 | 700 * locale/Makefile (distribute): Add weight.h, charset.h. 1966 * locale/programs/charset.c, locale/programs/ld-collate.c: 2859 * locale/programs/charset.h (ILLEGAL_CHAR_VALUE): Provide type 2970 * locale/programs/charset.h (width_rule): new data structure. 2975 (allocate_arrays): Add new argument for charset. 2976 (ctype_finish): Make sure all characters named in charset 2985 Fill width information from charset tables. 2989 Add new charset argument to call of `write_all_categories'. 2992 charset argument. 2995 `ctype_output' with additional argument charset. [all …]
|