Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py636 WINDOWS_1252_TO_UTF8 = { variable in UnicodeDammit
812 elif byte >= 0x80 and byte in cls.WINDOWS_1252_TO_UTF8:
819 byte_chunks.append(cls.WINDOWS_1252_TO_UTF8[byte])