Home
last modified time | relevance | path

Searched refs:int_codeset (Results 1 – 11 of 11) sorted by relevance

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dinit.c224 strfree(&int_codeset); in close_lifelines()
284 if (!int_codeset) in update_db_options()
285 strupdate(&int_codeset, ""); in update_db_options()
286 if (!eqstr_ex(int_codeset, str)) { in update_db_options()
288 strupdate(&int_codeset, str); in update_db_options()
292 uu8 = is_codeset_utf8(int_codeset); in update_db_options()
295 set_gettext_codeset(PACKAGE, int_codeset); in update_db_options()
301 charprops_load(int_codeset); in update_db_options()
H A Dtranslat.c99 { MEDIN, "MEDIN", N_("Editor to Internal"), ZON_EDI, ZON_INT, &editor_codeset_in, &int_codeset, 0 }
101 …, { MINED, "MINED", N_("Internal to Editor"), ZON_INT, ZON_EDI, &int_codeset, &editor_codeset_out,…
102 …, { MGDIN, "MGDIN", N_("GEDCOM to Internal"), ZON_GED, ZON_INT, &gedcom_codeset_in, &int_codeset, …
103 …, { MINGD, "MINGD", N_("Internal to GEDCOM"), ZON_INT, ZON_GED, &int_codeset, &gedcom_codeset_out,…
104 , { MDSIN, "MDSIN", N_("Display to Internal"), ZON_GUI, ZON_INT, &gui_codeset_in, &int_codeset, 0 }
105 …, { MINDS, "MINDS", N_("Internal to Display"), ZON_INT, ZON_GUI, &int_codeset, &gui_codeset_out, 0…
106 …, { MRPIN, "MRPIN", N_("Report to Internal"), ZON_RPT, ZON_INT, &report_codeset_in, &int_codeset, …
107 …, { MINRP, "MINRP", N_("Internal to Report"), ZON_INT, ZON_RPT, &int_codeset, &report_codeset_out,…
285 return xl_get_xlat(codeset, int_codeset, adhoc); in transl_get_xlat_to_int()
365 if (conv->src_codeset && int_codeset) { in transl_load_xlats()
[all …]
H A Dcodesets.c36 STRING int_codeset=0; /* internal codeset */ variable
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dimport.c184 if (!int_codeset[0]) { in do_import()
194 if (gdcodeset[0] && int_codeset[0]) { in do_import()
195 if (is_lossy_conversion(gdcodeset, int_codeset)) { in do_import()
198 , gdcodeset, int_codeset); in do_import()
226 if (gdcodeset[0] && int_codeset[0]) { in do_import()
228 ttm = transl_get_xlat(gdcodeset, int_codeset); in do_import()
236 , gdcodeset, int_codeset); in do_import()
H A Dmain.c385 if (!int_codeset[0]) { in main()
H A Dscreen.c1519 zs_setf(zstr, "%s: %s", _("Internal codeset"), int_codeset); in invoke_cset_display()
1931 && !eqstr_ex(codeset, int_codeset)) { in uopt_validate()
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dstrcvt.c69 if (int_codeset && int_codeset[0]) { in makewide()
73 if (!iconv_trans(int_codeset, dest, str, zstr, '?')) { in makewide()
88 if (!iconv_trans(src, int_codeset, zs_str(zwstr), zout, '?')) in makeznarrow()
/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dcodesets.h13 extern STRING int_codeset; /* internal codeset */
H A Dllstdlib.h46 extern STRING int_codeset;
/dports/misc/lifelines/lifelines-3.1.1/src/tools/
H A Dbtedit.c48 STRING int_codeset=0; /* internal codeset */ variable
/dports/misc/lifelines/lifelines-3.1.1/src/interp/
H A Dbuiltin.c263 set_gettext_codeset(textdomain, int_codeset); in llrpt_gettext()
553 cs_src = strsave(int_codeset); in llrpt_convertcode()