Incorporating ISO 8859-1 Symbols / foreign langauges into a WinForms application
- by joslinm
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?