Top "Unicode" questions

Unicode is a standard for the encoding, representation and handling of text with the intention of supporting all the characters required for written text incorporating all writing systems, technical symbols and punctuation.

Removing u in list

I have read up on remove the character 'u' in a list but I am using google app engine and …

python google-app-engine unicode
Javascript: Unicode string to hex

I'm trying to convert a unicode string to a hexadecimal representation in javascript. This is what I have: function convertFromHex(…

javascript unicode utf-8 hex
Byte and char conversion in Java

If I convert a character to byte and then back to char, that character mysteriously disappears and becomes something else. …

java encoding unicode utf-16
HTML for the Pause symbol in audio and video control

I'm trying to find the Unicode symbol to make a button display the Unicode pause symbol. I was able to …

html unicode special-characters symbols
How to print Unicode character in C++?

I am trying to print a Russian "ф" (U+0444 CYRILLIC SMALL LETTER EF) character, which is given a code of decimal 1092. …

c++ unicode iostream cout wchar-t
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 3-6: invalid data

how does the unicode thing works on python2? i just dont get it. here i download data from a server …

python unicode python-2.x
Displaying unicode symbols in HTML

I want to simply display the tick (✔) and cross (✘) symbols in a HTML page but it shows up as either …

html unicode
Convert CString to const char*

How do I convert from CString to const char* in my Unicode MFC application?

c++ visual-studio visual-c++ unicode mfc
How do you change the character encoding of a postgres database?

I have a database that was set up with the default character set SQL_ASCII. I want to switch it …

postgresql unicode
What's the difference between Unicode and UTF-8?

Consider: Is it true that unicode=utf16? Many are saying Unicode is a standard, not an encoding, but most editors …

unicode utf-8