Top "Utf-16" questions

UTF-16 is a character encoding that represents Unicode code points using either 2 or 4 bytes per character.

Python - Decode UTF-16 file with BOM

I have a UTF-16 LE file with BOM. I'd like to flip this file in to UTF-8 without BOM so …

python file encoding utf-8 utf-16
findstr or grep that autodetects chararacter encoding (UTF-16)

I want to do this: findstr /s /c:some-symbol * or the grep equivalent grep -R some-symbol * but I need the …

unicode windows-xp windows-vista utf-16 findstr
What Character Encoding is best for multinational companies

If you had a website that was to be translated into every language in the world and therefore had a …

utf-8 character-encoding utf-16 utf-32
Storing UTF-16/Unicode data in SQL Server

According to this, SQL Server 2K5 uses UCS-2 internally. It can store UTF-16 data in UCS-2 (with appropriate data types, …

sql-server unicode utf-16 ucs2
Which Languages Does UTF-8 Not Support?

I'm working on internationalizing one of my programs for work. I'm trying to use foresight to avoid possible issues or …

utf-8 internationalization c++builder utf-16 utf
UnicodeDecodeError when performing os.walk

I am getting the error: 'ascii' codec can't decode byte 0x8b in position 14: ordinal not in range(128) when trying …

python unicode encoding utf-8 utf-16
How to read utf16 text file to string in golang?

I can read the file to bytes array but when I convert it to string it treat the utf16 bytes …

unicode go readline utf-16
utf-16 file seeking in python. how?

For some reason i can not seek my utf16 file. It produces 'UnicodeException: UTF-16 stream does not start with BOM'. …

python utf-16
Does Unicode have a defined maximum number of code points?

I have read many articles in order to know what is the maximum number of the Unicode code points, but …

unicode utf-8 utf-16 codepoint utf-32
Emoji value range

I was trying to take out all emoji chars out of a string (like a sanitizer). But I cannot find …

encoding utf-16 emoji