App reads german text file written with desktop

  • Thread starter Thread starter Martin Rhinow
  • Start date Start date
M

Martin Rhinow

My Pocket PC application reads a german charater text file with several
lines, that was written with my XP desktop. As a result, all special
german characters like 'ä', 'Ä' etc. were missing. I work with C# and
Compact Framework. How can I read characters correct?

Martin
 
Martin Rhinow said:
My Pocket PC application reads a german charater text file with several
lines, that was written with my XP desktop. As a result, all special
german characters like 'ä', 'Ä' etc. were missing. I work with C# and
Compact Framework. How can I read characters correct?

You need to know what encoding the file was written with.

See http://www.pobox.com/~skeet/csharp/unicode.html for more
information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top