whatis the difference between Unicode, UTF8, UTF7,UTF16,UTF32,ASCII, ANSI code format of encoding in ASP.net
In what these are helpful for programmers.
|
2
|
|
|
|
|
|
Going down your list:
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. |
||||||||
|
|
|
Some reading to get you started on character encodings: Joel on Software: The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) By the way - ASP.NET has nothing to do with it. Encodings are universal. |
||
|