Top "Utf-16" questions

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

Any way to convert a regular string in ActionScript 3 to a ByteArray of Latin-1 Character Codes?

I am having no problem converting a string to a byteArray of UTF-16 encoded characters, but the application I am …

actionscript-3 erlang utf-16 iso-8859-1
Which encoding does Java uses UTF-8 or UTF-16?

I've already read the following posts: What is the Java's internal represention for String? Modified UTF-8? UTF-16? https://docs.oracle.…

java encoding utf-8 default utf-16
Deprecated header <codecvt> replacement

A bit of foreground: my task required converting UTF-8 XML file to UTF-16 (with proper header, of course). And so …

c++ utf-8 c++17 utf-16 codecvt
Pandas read_csv and UTF-16

I have a CSV text file encoded in UTF-16 (so as to preserve Unicode characters when others use Excel) but …

csv python-2.7 pandas utf-16
Confused about C++'s std::wstring, UTF-16, UTF-8 and displaying strings in a windows GUI

I'm working on a english only C++ program for Windows where we were told "always use std::wstring", but it …

c++ unicode utf-8 utf-16 wstring
C#: how to get first character of a string?

We already have a question about getting the first 16-bit char of a string. This includes the question code: MyString.…

c# string unicode utf-16 surrogate-pairs
How can I read a file encoded in utf-16 in nodejs?

I have to read a file encoded in UTF-16 using nodejs (in chunks because it is very large). The data …

node.js utf-16
Python UTF-16 CSV reader

I have a UTF-16 CSV file which I have to read. Python csv module does not seem to support UTF-16. …

python csv utf-16
What's the point of UTF-16?

I've never understood the point of UTF-16 encoding. If you need to be able to treat strings as random access (…

utf-8 character-encoding utf-16 utf utf-32
Valid Locale Names

How do you find valid locale names? I am currently using MAC OS X. But information about other platforms would …

c++ locale utf-16