Top "Unicode-string" questions

Use this tag for questions related to a Unicode String, such as UTF-8.

Replacing a specific Unicode Character in MS SQL Server

I'm using MS SQL Server Express 2012. I'm having trouble removing the unicode character U+02CC (Decimal : 716) in the grid results. …

sql-server replace unicode-string
Conversion of UTF-8 char * to CString

How do I convert a string in UTF-8 char* to CString?

c++ utf-8 char cstring unicode-string
Convert unicode symbols \uXXXX in String to Character in Swift

I'm receiving via a REST API a string which contains unicode encoded characters in form of \uXXXX e.g. Ain\…

swift unicode-string
Converting UnicodeString to PAnsiChar in Delphi XE

In Delphi XE I am using the BASS audio library, which contains this function: function BASS_StreamCreateURL(url: PAnsiChar; offset: …

delphi pointers delphi-xe unicode-string ansistring
Changing the first letter of every line in a file to uppercase

I need to change the first letter of every line in a file to uppercase, e.g. the bear ate …

bash case unicode-string
How can encode('ascii', 'ignore') throw a UnicodeDecodeError?

This line data = get_url_contents(r[0]).encode('ascii', 'ignore') produces this error UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 …

python unicode-string
Write Unicode strings into a file

I'm trying to work out a class reading & writing files. for strings there is two ways of it: ANSI …

c++ c unicode-string
Return code point of characters in C#

How can I return the Unicode Code Point of a character? For example, if the input is "A", then the …

c# unicode unicode-string
Java Unicode String length

I am trying hard to get the count of unicode string and tried various options. Looks like a small problem …

java string utf-8 utf-16 unicode-string
UTF-16 string terminator

What is the string terminator sequence for a UTF-16 string? EDIT: Let me rephrase the question in an attempt to …

c string unicode utf-16 unicode-string