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

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
 
F

Fabio Cannizzo

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
 

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

Top