Home
last modified time | relevance | path

Searched refs:use_utf8 (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DMIME.pm18 state $use_utf8 = Bugzilla->params->{'utf8'};
40 if (!$has_type && $use_utf8) {
47 if ($use_utf8 && utf8::is_utf8($msg)) {
62 state $use_utf8 = Bugzilla->params->{'utf8'};
91 $self->charset_set('UTF-8') if $use_utf8;
97 if ($use_utf8 && utf8::is_utf8($value)) {
H A DMailer.pm33 state $use_utf8 = Bugzilla->params->{'utf8'};
60 charset => $use_utf8 ? 'UTF-8' : 'iso-8859-1',
72 charset => $use_utf8 ? 'UTF-8' : 'iso-8859-1',
85 $email->charset_set('UTF-8') if $use_utf8;
/dports/editors/nano/nano-5.9/src/
H A Dchars.c31 static bool use_utf8 = FALSE; variable
37 use_utf8 = TRUE; in utf8_init()
43 return use_utf8; in using_utf8()
101 if (use_utf8) { in is_cntrl_char()
168 if (use_utf8) { in control_mbrep()
183 if ((signed char)*c < 0 && use_utf8) { in mbtowide()
374 if (use_utf8) { in step_left()
425 if (use_utf8) { in mbstrncasecmp()
476 if (use_utf8) { in mbstrcasestr()
538 if (use_utf8) { in mbrevstrcasestr()
[all …]
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/
H A DKwiki.pm257 utf8::decode($_[1]) if $self->use_utf8 and defined $_[1];
263 utf8::encode($_[1]) if $self->use_utf8 and defined $_[1];
280 my $use_utf8;
281 sub use_utf8 { subroutine
283 $use_utf8 = $_[1] if @_ > 1;
284 return $use_utf8 if defined($use_utf8);
285 return($use_utf8 = 0) if $] < 5.008;
287 return($use_utf8 = (lc($self->config->encoding) =~ /^utf-?8$/));
294 $i18n_class->initialize($self->use_utf8 || 0);
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/util/
H A Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/dports/devel/py-pyte/pyte-0.8.0/pyte/
H A Dstreams.py141 self.use_utf8 = True
265 if self.use_utf8:
279 if (char == ctrl.SI or char == ctrl.SO) and self.use_utf8:
390 if self.use_utf8:
399 self.use_utf8 = False
402 self.use_utf8 = True
/dports/japanese/anthy/anthy-0.4/test/
H A Dmain.c63 int use_utf8; member
110 init_lib(int use_utf8) in init_lib() argument
125 if (use_utf8) { in init_lib()
170 cond->use_utf8 = 1; in parse_args()
362 cond->use_utf8 = 1; in init_condition()
392 ac = init_lib(cond.use_utf8); in main()
/dports/japanese/anthy/anthy-0.4/src-util/
H A Dmorph-main.c37 int use_utf8; variable
45 if (use_utf8) { in init_test_context()
125 use_utf8 = 1; in parse_args()
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/Kwiki/Backup/
H A DRcs.pm53 binmode(RLOG, ':utf8') if $self->use_utf8;
89 binmode(CO, ':utf8') if $self->use_utf8;
101 binmode(RCSDIFF, ':utf8') if $self->use_utf8;
H A DSVN.pm101 binmode(RLOG, ':utf8') if $self->use_utf8;
145 binmode(CO, ':utf8') if $self->use_utf8;
161 binmode(SVNDIFF, ':utf8') if $self->use_utf8;
/dports/devel/py-pyte/pyte-0.8.0/tests/
H A Dtest_stream.py241 stream.use_utf8 = False
297 assert stream.use_utf8 # on by default.
301 assert not stream.use_utf8
305 assert not stream.use_utf8
309 assert stream.use_utf8
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/Kwiki/
H A DMetadata.pm19 binmode(METADATA, ':utf8') if $self->use_utf8;
36 binmode(METADATA, ':utf8') if $self->use_utf8;
H A DBlog.pm63 binmode(BLOG, ':utf8') if $self->use_utf8;
83 binmode(BLOG, ':utf8') if $self->use_utf8;
H A DDatabase.pm61 binmode(WIKIPAGE, ':utf8') if $self->use_utf8;
74 binmode(WIKIPAGE, ':utf8') if $self->use_utf8;
/dports/german/BBBike/BBBike-3.18/cgi/
H A Dbbbike-test.cgi.config8 # cgi-test.t must pass regardless of the $use_utf8 value
9 #$use_utf8 = 1;
/dports/graphics/xcftools/xcftools-d72ba82/src/
H A Dxcfinfo.c91 use_utf8 = process.use_utf8; in main()

123456789