What is the difference between the Unicode, UTF8, UTF7, UTF16, UTF32, ASCII, and ANSI encodings?
In what way are these helpful for programmers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Going down your list:
Utf32Stringclass as part of my MiscUtil library, should you ever want it. (It’s not been very thoroughly tested, mind you.)There’s more on my Unicode page and tips for debugging Unicode problems.
The other big resource of code is unicode.org which contains more information than you’ll ever be able to work your way through – possibly the most useful bit is the code charts.