| /src/crypto/openssl/crypto/ |
| H A D | punycode.c | 204 static int codepoint2utf8(unsigned char *out, unsigned long utf) in codepoint2utf8() argument 206 if (utf <= 0x7F) { in codepoint2utf8() 208 out[0] = (unsigned char)utf; in codepoint2utf8() 211 } else if (utf <= 0x07FF) { in codepoint2utf8() 213 out[0] = (unsigned char)(((utf >> 6) & 0x1F) | 0xC0); in codepoint2utf8() 214 out[1] = (unsigned char)(((utf >> 0) & 0x3F) | 0x80); in codepoint2utf8() 217 } else if (utf <= 0xFFFF) { in codepoint2utf8() 219 out[0] = (unsigned char)(((utf >> 12) & 0x0F) | 0xE0); in codepoint2utf8() 220 out[1] = (unsigned char)(((utf >> 6) & 0x3F) | 0x80); in codepoint2utf8() 221 out[2] = (unsigned char)(((utf >> 0) & 0x3F) | 0x80); in codepoint2utf8() [all …]
|
| /src/ |
| H A D | .editorconfig | 5 charset = utf-8 12 charset = utf-8 19 charset = utf-8
|
| /src/contrib/sqlite3/tea/ |
| H A D | _teaish.tester.tcl.in | 24 source -encoding utf-8 [lindex $::argv 2]; # teaish/tester.tcl 28 source -encoding utf-8 $file 34 source -encoding utf-8 $file 43 source -encoding utf-8 $file
|
| H A D | pkgIndex.tcl.in | 20 source -encoding utf-8 $initScript 36 source -encoding utf-8 $initScript
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | T.utf | 3 echo T.utf: tests of utf functions
|
| H A D | T.utfre | 1 echo T.utfre: tests of regular expression code for Unicode/utf-8
|
| H A D | T.builtin | 37 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower) for utf-8'
|
| /src/contrib/jemalloc/doc/ |
| H A D | html.xsl.in | 4 <xsl:output method="xml" encoding="utf-8"/>
|
| /src/share/i18n/esdb/UTF/ |
| H A D | UTF.alias | 4 7 unicode-1-1-utf-7
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 25-test_crl.t | 24 my $utf = srctop_file("test/certs", "cyrillic_crl.utf8");
|
| H A D | 25-test_x509.t | 34 my $utf = srctop_file(@certs, "cyrillic.utf8"); 42 is(cmp_text($out_utf8, $utf),
|
| /src/bin/sh/tests/builtins/ |
| H A D | case6.0 | 12 # $c2$c3$c4 form one utf-8 character
|
| /src/crypto/openssl/test/ |
| H A D | param_build_test.c | 99 char *utf = NULL; in template_public_test() local 190 || !TEST_true(OSSL_PARAM_get_utf8_string(p, &utf, 0)) in template_public_test() 191 || !TEST_str_eq(utf, "foo") in template_public_test() 222 OPENSSL_free(utf); in template_public_test()
|
| /src/contrib/dialog/po/ |
| H A D | th.po | 15 "Content-Type: text/plain; charset=utf-8\n"
|
| H A D | zh_CN.po | 17 "Content-Type: text/plain; charset=utf-8\n"
|
| H A D | eo.po | 15 "Content-Type: text/plain; charset=utf-8\n"
|
| H A D | nb.po | 13 "Content-Type: text/plain; charset=utf-8\n"
|
| H A D | ms.po | 15 "Content-Type: text/plain; charset=utf-8\n"
|
| H A D | sl.po | 15 "Content-Type: text/plain; charset=utf-8\n"
|
| /src/usr.bin/vi/catalog/ |
| H A D | swedish.UTF-8.base | 9 010 "Loggning utförs inte, ångra är inte möjligt" 11 012 "Loggning utförs inte, ångra är inte möjligt" 12 013 "Loggning utförs inte, ångra ångra är inte möjligt" 236 246 "%s finns, ej sparad; använd ! för att utföra operationen" 240 250 "%s: filen ändrad efter denna kopia togs; använd ! för att utföra operationen"
|
| /src/contrib/one-true-awk/ |
| H A D | FIXES | 127 Disabled utf-8 for non-multibyte locales, such as C or POSIX. 130 Fixed a buffer overflow in substr with utf-8 strings.
|
| /src/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='non…
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_fromdata.pod | 238 datatype = "printable string (utf-8 encoding expected)"; 241 datatype = "printable string pointer (utf-8 encoding expected)";
|
| /src/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 9 <?xml version="1.0" encoding="utf-8"?> 109 <?xml version="1.0" encoding="utf-8"?> 239 <?xml version="1.0" encoding="utf-8"?>
|
| /src/contrib/tzdata/ |
| H A D | calendars | 151 coding: utf-8
|