/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgfmt.c | 206 const char *canon_encoding; in main() local 521 canon_encoding = (input_syntax->produces_utf8 ? po_charset_utf8 : NULL); in main() 555 if (msgdomain_write_java (domain->mlp, canon_encoding, in main() 562 if (msgdomain_write_csharp (domain->mlp, canon_encoding, in main() 569 if (msgdomain_write_csharp_resources (domain->mlp, canon_encoding, in main() 576 if (msgdomain_write_tcl (domain->mlp, canon_encoding, in main() 582 if (msgdomain_write_qt (domain->mlp, canon_encoding, in main()
|
H A D | write-resources.c | 113 const char *canon_encoding, in msgdomain_write_csharp_resources() argument 159 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp_resources()
|
H A D | write-tcl.c | 138 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_tcl() argument 185 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_tcl()
|
H A D | x-python.c | 600 set_current_file_source_encoding (const char *canon_encoding) in set_current_file_source_encoding() argument 602 xgettext_current_file_source_encoding = canon_encoding; in set_current_file_source_encoding() 671 const char *canon_encoding = po_charset_canonicalize (encoding); in try_to_extract_coding() local 672 if (canon_encoding == NULL) in try_to_extract_coding() 678 canon_encoding = po_charset_ascii; in try_to_extract_coding() 682 set_current_file_source_encoding (canon_encoding); in try_to_extract_coding()
|
H A D | write-qt.h | 28 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding,
|
H A D | write-tcl.h | 29 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding,
|
H A D | write-resources.h | 28 const char *canon_encoding,
|
H A D | write-csharp.h | 31 const char *canon_encoding,
|
H A D | write-java.h | 33 const char *canon_encoding,
|
H A D | write-properties.c | 237 write_properties (FILE *fp, message_list_ty *mlp, const char *canon_encoding, in write_properties() argument 244 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_properties()
|
H A D | write-stringtable.c | 268 write_stringtable (FILE *fp, message_list_ty *mlp, const char *canon_encoding, in write_stringtable() argument 275 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_stringtable()
|
H A D | write-qt.c | 651 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_qt() argument 679 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_qt()
|
H A D | write-csharp.c | 586 msgdomain_write_csharp (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_csharp() argument 628 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp()
|
H A D | write-java.c | 890 msgdomain_write_java (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_java() argument 930 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_java()
|
H A D | ChangeLog | 4219 * write-java.h (msgdomain_write_java): Add canon_encoding argument. 4267 (main): Handle it. Pass the known canon_encoding to
|