Home
last modified time | relevance | path

Searched refs:DEST_CHARSET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c129 if (strcmp(charset, DEST_CHARSET) == 0) in check_utf8()
158 utf8_len = search_alias(&p, buflen, DEST_CHARSET); in check_utf8()
164 c_utf8 = DEST_CHARSET; in check_utf8()
198 cd = iconv_open(DEST_CHARSET, charset); in conv_init()
204 cur_line, cur_po, charset, DEST_CHARSET); in conv_init()
H A Dgnu_msgfmt.h54 #define DEST_CHARSET "UTF-8" macro