Searched +full:utf +full:- +full:8 (Results 1 – 25 of 1135) sorted by relevance
12345678910>>...46
2 …-8859-1, aa_DJ.UTF-8 UTF-8, aa_ER UTF-8, aa_ER@saaho UTF-8, aa_ET UTF-8, af_ZA ISO-8859-1, af_ZA.U…3 locales locales/locales_to_be_generated multiselect ${LOCALE_DEFAULT} UTF-85 # Choices: None, C.UTF-8, en_GB.UTF-8
1 # -*- coding: utf-8 -*-50 utf8_data = "Räksmörgås".encode("utf-8")51 soup = self.soup(utf8_data, exclude_encodings=["utf-8"])52 self.assertEqual("windows-1252", soup.original_encoding)211 …self.unicode_data = '<html><head><meta charset="utf-8"/></head><body><foo>Sacr\N{LATIN SMALL LETTE…212 self.utf8_data = self.unicode_data.encode("utf-8")216 … b'<html><head><meta charset="utf-8"/></head><body><foo>Sacr\xc3\xa9 bleu!</foo></body></html>')220 # attribute is set to 'utf-8', a superset of ASCII.233 self.assertEqual(soup_from_ascii.original_encoding.lower(), "utf-8")247 # UTF-8 input is converted to Unicode. The original_encoding[all …]
3 Date: Tue, 2 Nov 2021 09:54:32 -04004 Subject: [PATCH] libcpp: escape non-ASCII source bytes in -Wbidi-chars=6 MIME-Version: 1.07 Content-Type: text/plain; charset=utf88 Content-Transfer-Encoding: 8bit10 This flags rich_locations associated with -Wbidi-chars= so that11 non-ASCII bytes will be escaped when printing the source lines13 r12-4825-gbd5e882cf6e0def3dd1bc106075d59a303fe0d1e).21 Wbidi-chars-1.c: In function âmainâ:22 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha…[all …]
2 MIME-Version: 1.03 Content-Type: text/plain; charset=UTF-84 Content-Transfer-Encoding: 8bit6 | ../../libidn-1.32/src/idn.c: In function 'main':7 | ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-W…8 | error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be specified"));10 | ../../libidn-1.32/src/idn.c:187:5: error: format not a string literal and no format arguments [-W…13 | ../../libidn-1.32/src/idn.c:202:4: error: format not a string literal and no format arguments [-W…16 | ../../libidn-1.32/src/idn.c:220:8: error: format not a string literal and no format arguments [-W…17 | _("could not convert from UTF-8 to UCS-4"));[all …]
... /iwconfig.8 wireless_tools.30/fr.UTF-8/iwpriv.8 wireless_tools.30/ ...
11 /** @defgroup utf8 UTF-8 support13 * Note: There is no utf8_string[i] equivalent - it will be slow,26 /** Read codepoint from UTF-8 string29 * @param utf8 pointer to UTF-8 encoded string31 * @return pointer to next codepoint in UTF-8 string66 /** Read codepoint from UTF-8 string in backward direction75 * @param utf8 pointer to UTF-8 encoded string76 * @return pointer to previous codepoint in UTF-8 string80 /* valid UTF-8 has either 10xxxxxx (continuation byte) in nu_utf8_revread()82 const char *p = utf8 - 1; in nu_utf8_revread()[all …]
20 * This file will also enable several dependencies for you: case-mapping30 * NU_DISABLE_CONTRACTIONS: disables forward-reading during collation,51 /* Enable UTF-8 decoding and encoding */53 # define NU_WITH_UTF8_READER /* UTF-8 decoding functions */54 # define NU_WITH_UTF8_WRITER /* UTF-8 encoding functions */57 /* Enable CESU-8 decoding and encoding */63 /* Enable UTF-16LE decoding and encoding */69 /* Enable UTF-16BE decoding and encoding */75 /* Enable UTF-16HE decoding and encoding */81 /* Enable all UTF-16 options */[all …]
22 /* UTF-8: 110xxxxx 10xxxxxx in utf8_2b()24 * 110xxx00 << 6 -> 00000xxx 00000000 | in utf8_2b()25 * -------- in utf8_2b()26 * 110000xx << 6 -> 00000xxx xx000000 |__ 2nd unicode octet in utf8_2b()27 * 10xxxxxx -> 00000xxx xxxxxxxx | in utf8_2b()28 * -------- */ in utf8_2b()37 /* UTF-8: 1110xxxx 10xxxxxx 10xxxxxx in utf8_3b()39 * 1110xxxx << 12 -> xxxx0000 0000000 |__ 1st unicode octet in utf8_3b()40 * 10xxxx00 << 6 -> xxxxxxxx 0000000 | in utf8_3b()41 * -------- in utf8_3b()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only20 int i = ARRAY_SIZE(utf8agetab) - 1; in utf8version_is_supported()26 i--; in utf8version_is_supported()39 * UTF-8 valid ranges.41 * The UTF-8 encoding spreads the bits of a 32bit word over several52 * There is an additional requirement on UTF-8, in that only the64 * Actual unicode characters are limited to the range 0x0 - 0x10FFFF,68 * 0 - 0x7F: 0 - 0x7F69 * 0x80 - 0x7FF: 0xC2 0x80 - 0xDF 0xBF70 * 0x800 - 0xFFFF: 0xE0 0xA0 0x80 - 0xEF 0xBF 0xBF[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # UTF-8 normalization6 bool "UTF-8 normalization and casefolding support"8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding12 tristate "Test UTF-8 normalization support"
3 Date: Tue, 22 Jun 2021 12:31:46 -04006 Upstream-Status: Inappropriate (OE-specific)12 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>14 ---15 src/pip/_vendor/chardet/langbulgarianmodel.py | 2 +-16 src/pip/_vendor/chardet/langgreekmodel.py | 2 +-17 src/pip/_vendor/chardet/langhebrewmodel.py | 2 +-18 src/pip/_vendor/chardet/langhungarianmodel.py | 2 +-19 src/pip/_vendor/chardet/langrussianmodel.py | 2 +-20 src/pip/_vendor/chardet/langthaimodel.py | 2 +-[all …]
5 # Copyright (C) 2013-2015 Intel Corporation7 # SPDX-License-Identifier: GPL-2.0-only38 fixtures = ['toastergui-unittest-data']50 """Basic test for all-projects view"""51 response = self.client.get(reverse('all-projects'), follow=True)53 self.assertTrue(response['Content-Type'].startswith('text/html'))54 self.assertTemplateUsed(response, "projects-toastertable.html")58 url = reverse('all-projects')61 self.assertTrue(response['Content-Type'].startswith(64 data = json.loads(response.content.decode('utf-8'))[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later21 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SFM_CHR) in cifs_remap()23 else if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR) in cifs_remap()31 /* Convert character using the SFU - "Services for Unix" remapping range */65 /* Convert character using the SFM - "Services for Mac" remapping range */70 *target = src_char - 0xF000; in convert_sfm_char()109 * cifs_mapchar - convert a host-endian char to proper char in codepage110 * @target - where converted character should be copied111 * @src_char - 2 byte host-endian source character112 * @cp - codepage to which character should be converted[all …]
103 'html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"')111 …doctype = 'html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/x…127 markup = b"""<?xml version="1.0" encoding="utf-8"?>128 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">135 soup.encode("utf-8").replace(b"\n", b""),152 """A <p> tag is never designated as an empty-element tag.154 Even if the markup shows it as an empty-element tag, it164 This applies to all tags except empty-element tags.172 """A <br> tag is designated as an empty-element tag.175 two tags, but it should always be an empty-element tag.[all …]
5 # SPDX-License-Identifier: GPL-2.0-only63 taskhash.update(args.taskhash_seed.encode('utf-8'))64 taskhash.update(str(i).encode('utf-8'))68 elapsed = time.perf_counter() - start_time93 elapsed = time.perf_counter() - start_time96 print("Average request time %.8fs" % (elapsed / total_requests))97 print("Max request time was %.8fs" % max_time)104 taskhash.update(args.taskhash_seed.encode('utf-8'))105 taskhash.update(str(i).encode('utf-8'))108 outhash.update(args.outhash_seed.encode('utf-8'))[all …]
5 # Copyright (C) 2003 - 2005 Michael 'Mickey' Lauer10 # SPDX-License-Identifier: GPL-2.0-only28 if sys.getfilesystemencoding() != "utf-8":29 …etting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale…
3 # SPDX-License-Identifier: GPL-2.0-only15 if sys.getfilesystemencoding() != "utf-8":16 …etting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale…20 …print("bitbake-server is meant for internal execution by bitbake itself, please don't use it stand…31 xmlrpcinterface = (sys.argv[8], int(sys.argv[9]))
143 \param type UTF encoding type if it is not detected from the stream.158 size_t Tell() const { return is_->Tell(); } in Tell()173 // 00 00 FE FF UTF-32BE in DetectType()174 // FF FE 00 00 UTF-32LE in DetectType()175 // FE FF UTF-16BE in DetectType()176 // FF FE UTF-16LE in DetectType()177 // EF BB BF UTF-8 in DetectType()179 const unsigned char* c = reinterpret_cast<const unsigned char *>(is_->Peek4()); in DetectType()183 unsigned bom = static_cast<unsigned>(c[0] | (c[1] << 8) | (c[2] << 16) | (c[3] << 24)); in DetectType()185 … { type_ = kUTF32BE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->T… in DetectType()[all …]
89 //! UTF-8 encoding.90 /*! http://en.wikipedia.org/wiki/UTF-892 \tparam CharType Code unit for storing 8-bit UTF-8 data. Default is char.205 // Referring to DFA of http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ in GetRange()206 …// With new mapping 1 -> 0x10, 7 -> 0x20, 9 -> 0x40, such that AND operation can test multiple typ… in GetRange()216 8,8,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, in GetRange()217 10,3,3,3,3,3,3,3,3,3,3,3,3,4,3,3, 11,6,6,6,5,8,8,8,8,8,8,8,8,8,8,8, in GetRange()259 //! UTF-16 encoding.260 /*! http://en.wikipedia.org/wiki/UTF-16262 …\tparam CharType Type for storing 16-bit UTF-16 data. Default is wchar_t. C++11 may use char16_t i…[all …]
4 * SPDX-License-Identifier: LGPL-2.1+6 * Ported to U-Boot by: Thomas Smits <ts.smits@gmail.com> and26 * BUT it currently rejects legit 4-byte UTF-8 code points, in utf8_to_utf16le()32 * 2-byte sequence: in utf8_to_utf16le()45 * 3-byte sequence (most CJKV characters): in utf8_to_utf16le()68 * 4-byte sequence (surrogate pairs, currently rare): in utf8_to_utf16le()80 len--; in utf8_to_utf16le()84 return -1; in utf8_to_utf16le()89 * usb_gadget_get_string - fill out a string descriptor90 * @table: of c strings encoded using UTF-8[all …]
1 // SPDX-License-Identifier: LGPL-2.1+19 * usb_gadget_get_string - fill out a string descriptor 20 * @table: of c strings encoded using UTF-822 * @buf: at least 256 bytes, must be 16-bit aligned24 * Finds the UTF-8 string matching the ID, and converts it into a25 * string descriptor in utf16-le.30 * using this routine after choosing which set of UTF-8 strings to use.31 * Note that US-ASCII is a strict subset of UTF-8; any string bytes with32 * the eighth bit set will be multibyte UTF-8 characters, not ISO-8859/145 buf [2] = (u8) table->language; in usb_gadget_get_string()[all …]
30 Adapts sequence of UTF-32 code points to "look like" a sequence of UTF-8.35 Adapts sequence of UTF-8 code points to "look like" a sequence of UTF-32.40 Adapts sequence of UTF-32 code points to "look like" a sequence of UTF-16.45 Adapts sequence of UTF-16 code points to "look like" a sequence of UTF-32.52 Accepts UTF-32 code points and forwards them on as UTF-8 code points.57 Accepts UTF-32 code points and forwards them on as UTF-16 code points.100 // 8-N then there are N bytes in this UTF-8 sequence: in utf8_byte_count()113 return utf8_byte_count(c) - 1; in utf8_trailing_byte_count()127 …ss << "Invalid UTF-32 code point U+" << std::showbase << std::hex << val << " encountered while tr… in invalid_utf32_code_point()130 …std::out_of_range e("Invalid UTF-32 code point encountered while trying to encode UTF-16 sequence"… in invalid_utf32_code_point()[all …]
3 # Copyright (C) 2012-2013, 2016-2017 Intel Corporation6 # SPDX-License-Identifier: GPL-2.0-only10 # You can use this from the command line by running scripts/buildhistory-diff35 # Image files to monitor (note that image-info.txt is handled separately)36 img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt']73 if '/image-files/' in self.path:74 prefix = '%s: ' % self.path.split('/image-files/')[0]93 for name in adirs - bdirs]95 for name in bdirs - adirs]129 removed = list(set(aitems) - set(bitems))[all …]
8 "encoding": "utf-8",10 "char": "utf-8",11 "wchar": "utf-8",12 "metadata": "utf-16le"25 "query": "SELECT MIN(ts) - 1 FROM ts_kv",
1 # -*- coding: utf-8 -*-5 # SPDX-License-Identifier: GPL-2.0+54 fname = re.sub('[ :]', '-', subject)55 return fname.replace('--', '-')62 src_fname = '%04d-%s.patch' % (i + 1, clean_subject[:52])67 src_fname = '0000-cover-letter.patch'77 This creates a series from some hard-coded patches build from a simple80 Series-to: u-boot81 Series-prefix: RFC82 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>[all …]