Home | History | Annotate | Download | only in unicode

Lines Matching full:codepage

75  * Figure out what is suppose to happen when a codepage is changed midstream.
110 * <li>You can specify a file's codepage separately from the default
111 * system codepage.</li>
221 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
224 * specified by that UFILE's codepage.
230 * @param codepage The codepage in which data will be written to and
231 * read from the file. If this paramter is NULL the system default codepage
240 const char *codepage);
248 * @param codepage The codepage in which data will be written to and
250 * read using the default codepage for <TT>locale</TT>, unless <TT>locale</TT>
251 * is NULL, in which case the system default codepage will be used.
258 const char *codepage);
354 * Get the codepage in which data is written to and read from the UFILE.
355 * This is the same codepage passed in the preceding call to
358 * @return The codepage in which data is written to and read from the UFILE,
366 * Set the codepage in which data will be written to and read from the UFILE.
367 * All Unicode data written to the UFILE will be converted to this codepage
371 * @param codepage The codepage in which data will be written to
373 * A value of NULL means the default codepage for the UFILE's current
381 u_fsetcodepage(const char *codepage,
485 * codepage before it is written.
626 * Bytes will be converted from the UFILE's underlying codepage, with