Archive for the ‘ASP.NET / C#’ Category

Special Character Conversion Problems – ISO-8859-1 to Unicode

Friday, October 8th, 2010

Ever see one of these funny characters � or (4-digits in a box) .

The black question mark appears when the value for a special character doesn’t match a character in the character set used for displaying the text. I found this happened when working with text data that was encoded in ISO-8859-1 and displayed in UTF-8. This is a correct problem as character sets need to be converted before you can display them.

(more…)