Home | History | Annotate | Download | only in common

Lines Matching refs:codepage

1412         * The default codepage detection also needs to use LC_CTYPE.
1455 /* Return just the POSIX id for the default codepage, whatever happens to be in
1476 LC_ALL ----> default_loc codepage
1494 The leftmost codepage (.xxx) wins.
1787 * The default codepage given by Solaris is 646 but the C library routines treat it as if it was
1802 /* Remap CP949 to a similar codepage to avoid issues with backslash and won symbol. */
1813 /* Remap CP949 to a similar codepage to avoid issues with backslash and won symbol. */
1896 static char codepage[64];
1912 sprintf(codepage,"ibm-%d", ccsid);
1913 return codepage;
1916 static char codepage[64];
1918 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1919 strcat(codepage,UCNV_SWAP_LFNL_OPTION_STRING);
1920 codepage[63] = 0; /* NULL terminate */
1922 return codepage;
1928 static char codepage[64];
1929 sprintf(codepage, "windows-%d", GetACP());
1930 return codepage;
1947 * On Linux and MacOSX, ensure that default codepage for non C/POSIX locale is UTF-8