Storing accented characters

  • Thread starter Thread starter Guest
  • Start date Start date
Xero said:
How can I store accented characters in text files?

When using 'StreamWriter' to write the file, you can specify the encoding
that should be used to encode the data written to the file in its
constructor. By default, UTF-8 is used, which will include accented
characters.
 

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