Resgen cut language specific characters when create resx file from txt

  • Thread starter Thread starter Roman Muntyanu
  • Start date Start date
R

Roman Muntyanu

Hi all !

After I run resgen my.fr-CA.txt my.fr-CA.resx
I got my.fr-CA.resx without any french characters, they were cut at all.

How to let resgen know about language specific encoding ?

Thank you very much in advance,
Roman
 
Roman Muntyanu said:
After I run resgen my.fr-CA.txt my.fr-CA.resx
I got my.fr-CA.resx without any french characters, they were cut at all.

How to let resgen know about language specific encoding ?

What encoding are you currently using? You should be using UTF-8 or
UTF-16:

<quote>
As long as you save a text file appropriately, you can specify strings
using one of three encoding schemes: UTF-16 in either little-endian or
big-endian byte order, or UTF-8. For example, if you want to save and
use German characters, save your text file using UTF-8 encoding rather
than using a specific ANSI code page.
</quote>
 
Back
Top