Re: "Special" or Non-English characters in Strings

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Skeet [C# MVP]

    Re: "Special" or Non-English characters in Strings

    On Sep 30, 12:35 pm, "John Straumann" <jstraum...@hot mail.comwrote:
    Using a console application, I am trying to process a csv file of names that
    are stored like this:
    <snip>

    What's the encoding of the file? That's the first important thing to
    know.
    Can anyone tell me how I can process the file and retain the characters? I
    tried Unicode but that did not work...
    See http://pobox.com/~skeet/csharp/debuggingunicode.html

    Jon
Working...