Home
last modified time | relevance | path

Searched refs:utf8 (Results 126 – 150 of 101055) sorted by last modified time

12345678910>>...4043

/dports/www/geckodriver/
H A D.license-catalog.mk5 …/crates/url-2.1.0.tar.gz rust/crates/urlencoding-1.0.0.tar.gz rust/crates/utf8-ranges-1.0.4.tar.gz…
/dports/www/sogo/SOGo-5.4.0/
H A DChangeLog19194 (fix) we now always use utf8 when sending IMIP messages
71965 Now consider "utf8" crap as "utf-8", coming from bad mailers.
H A DCHANGELOG.md2333 * fixed utf8 character handling in special folder names Special folder names can now be set as UTF8…
/dports/www/sogo/SOGo-5.4.0/Documentation/
H A DSOGoInstallationGuide.asciidoc1549 character_set_server=utf8
1550 character_set_client=utf8
1553 default-character-set=utf8
1556 default-character-set=utf8
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Charset/
H A DCharsetConverter.php449 $utf8 = '';
451 [$hexbyte, $utf8] = preg_split('/[=:]/', $value, 3);
460 $utf8 = 'U+' . $regA[2];
464 $utf8decval = hexdec(substr(trim($utf8), 2));
671 foreach ($this->parsedCharsets[$charset]['local'] as $ci => $utf8) {
673 $c = $this->utf8_decode($utf8, $charset);
674 if (isset($this->toASCII['utf-8'][$utf8])) {
675 $this->toASCII[$charset][$c] = $this->toASCII['utf-8'][$utf8];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Service/
H A DSilentConfigurationUpgradeService.php780 $newSettings['DB/Connections/Default/charset'] = 'utf8';
805 * Migrate the configuration setting DB/Connections/Default/charset to 'utf8' as
817 … $confManager->setLocalConfigurationValueByPath('DB/Connections/Default/charset', 'utf8');
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/routing/Annotation/
H A DRoute.php63 bool $utf8 = null, argument
102 $data['utf8'] = $data['utf8'] ?? $utf8;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/routing/Loader/Configurator/Traits/
H A DRouteTrait.php65 final public function utf8(bool $utf8 = true): self function
67 $this->route->addOptions(['utf8' => $utf8]);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/routing/Loader/
H A DXmlFileLoader.php311 if ($node->hasAttribute('utf8')) {
312 $options['utf8'] = XmlUtils::phpize($node->getAttribute('utf8'));
/dports/www/mnogosearch/mnogosearch-3.4.1/
H A DMakefile.in322 src/uconv-gb2312.c src/uconv-gbk.c src/uconv-sjis.c src/uconv-sys.c src/uconv-utf8.c src/uconv-guja…
/dports/www/e107/e107/e107_handlers/
H A Djson_compat_handler.php187 * @param string $utf8 UTF-8 character
191 function utf82utf16($utf8) argument
198 switch(strlen($utf8)) {
202 return $utf8;
209 | (0x3F & ord($utf8[1])));
217 | (0x7F & ord($utf8[2])));
515 $utf8 = '';
525 $utf8 .= chr(0x08);
529 $utf8 .= chr(0x09);
533 $utf8 .= chr(0x0A);
[all …]
H A De_parse_class.php995 $utf8 = 'u';
1001 $utf8 = '';
1077 if ($utf8)
/dports/www/e107/e107/e107_handlers/vendor/ifsnop/mysqldump-php/
H A DREADME.md242 - utf8 (default, compatible option), utf8mb4 (for full utf8 compliance)
/dports/textproc/link-grammar/link-grammar-5.8.0/
H A DREADME.md606 The shell command `locale -a` should list en_US.utf8 as a locale.
H A DChangeLog111 * Fix utf8-related bug on Windows that could affect printing.
232 * Fix Windows printing problem affecting some utf8 codepoints (issue #285).
333 * Fix link-and-domain printing alignment (to handle utf8 char widths).
911 * Add 250 international currencies, including special utf8 symbols.
916 * Fix handling of special utf8 characters in dictionary.
917 * Fix hang when parsing certain utf8 input strings.
H A DNEWS210 * Fix link-and-domain printing alignment (to handle utf8 char widths).
/dports/textproc/link-grammar/link-grammar-5.8.0/data/de/
H A D4.0.regex18 % XXX, we need to add utf8 U+00A0 "no-break space"
/dports/textproc/link-grammar/link-grammar-5.8.0/data/vn/
H A D4.0.regex22 % XXX, we need to add utf8 U+00A0 "no-break space"
/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/
H A D4.0.regex22 % XXX, we need to add utf8 U+00A0 "no-break space"
/dports/textproc/link-grammar/link-grammar-5.8.0/data/ru/
H A D4.0.dict8 %% This file uses the utf8 encoding
H A Dmorph.dict10 %% Below uses the utf8 encoding
/dports/textproc/hs-pandoc/pandoc-2.14.2/
H A Dcabal.project126 _cabal_deps/utf8-string-1.0.2
/dports/textproc/link-grammar/link-grammar-5.8.0/docker/docker-base/
H A DDockerfile23 # Need the locales for utf8
/dports/textproc/hs-pandoc/
H A D.license-catalog.mk5 …ordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz utf8-string-1.0.2/utf8-string-1.0…
/dports/textproc/scim-input-pad/scim-input-pad-0.1.3.1/
H A Dintltool-merge.in198 -u, --utf8 convert all strings to UTF-8 before merging

12345678910>>...4043