ResGen.exe: how to use extended ascii set in text resource files?

  • Thread starter Thread starter Fabio Cannizzo
  • Start date Start date
F

Fabio Cannizzo

Hi.

I have a TXT file containig strings, which also includes some characters
from the extended ascii set (for instance the character \x8A)

myString = Il mio nome è Fabio.

When I compile to resx using resgen, the character "è" is replaced by a
white space.
Does anybody know how to fix this?

Thanks
 
Somebody posted to me a kind reply on another forum.

When I save the txt file using notepad of VS, choose SaveAs and select
UTF-8.

This fixes the problem

Fabio
 
Back
Top