Incorporating ISO 8859-1 Symbols / foreign langauges into a WinForms application

Posted by joslinm on Stack Overflow See other posts from Stack Overflow or by joslinm
Published on 2010-04-27T23:29:51Z Indexed on 2010/04/27 23:33 UTC
Read the original article Hit count: 372

Filed under:
|

Hi, I have a function that finds any ISO 8859-1 symbol within a given string, and tries converting it to its proper meaning. However, I get question marks instead where I'd like actual values like : ÿ é æ etc.

Can you please point me in the right direction on how to properly handle foreign/unique symbols?

© Stack Overflow or respective owner

Related posts about c#

Related posts about character-encoding