Use this tag for questions related to a Unicode String, such as UTF-8.
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-stringHow do I convert a string in UTF-8 char* to CString?
c++ utf-8 char cstring unicode-stringI'm receiving via a REST API a string which contains unicode encoded characters in form of \uXXXX e.g. Ain\…
swift unicode-stringIn 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 ansistringI need to change the first letter of every line in a file to uppercase, e.g. the bear ate …
bash case unicode-stringThis line data = get_url_contents(r[0]).encode('ascii', 'ignore') produces this error UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 …
python unicode-stringI'm trying to work out a class reading & writing files. for strings there is two ways of it: ANSI …
c++ c unicode-stringHow can I return the Unicode Code Point of a character? For example, if the input is "A", then the …
c# unicode unicode-stringI 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-stringWhat 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