Top "Utf" questions

Unicode Transformation Format (8/16/32/...) used for encoding Unicode code points

jsp utf encoding

I'm having a hard time figuring out how to handle this problem: I'm developing a web tool for an Italian …

java jsp encoding utf
What is QString::toUtf8 doing?

This may sounds like a obvious question, but I'm missing something about either how UTF-8 is encoded or how the …

qt utf-8 utf
Persist UTF-8 as Default Encoding

I tried to persist UTF-8 as the default encoding in Python. I tried: >>> import sys >>&…

python utf-8 utf
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
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
Do UTF-8, UTF-16, and UTF-32 differ in the number of characters they can store?

Okay. I know this looks like the typical "Why didn't he just Google it or go to www.unicode.org …

unicode character-encoding utf
Enter Unicode characters with 8-digit hex code

How do I enter Unicode characters like 𝓭 without copying it to the clipboard and pasting it? Things I know: The …

vim unicode utf-16 utf
Python read from file and remove non-ascii characters

I have the following program that reads a file word by word and writes the word again to another file …

python encoding character-encoding utf
Python psycopg2 not in utf-8

I use Python to connect to my postgresql data base like this: conn=psycopg2.connect(database="fedour", user="fedpur", password="***", …

python sql psycopg2 utf
Is there a way in ruby 1.9 to remove invalid byte sequences from strings?

Suppose you have a string like "€foo\xA0", encoded UTF-8, Is there a way to remove invalid byte sequences from …

ruby encoding character-encoding ruby-1.9 utf