problem with encoding

  • Thread starter Thread starter Aurimas Norkevicius
  • Start date Start date
A

Aurimas Norkevicius

i write some messages of my project in lithuanian it has some specific
characters.

The problem is that i can write these characters and i can compile the
project and compiled pocket pc applicastion displays the correctly. But the
problem is that after i close the project and open it again some character
are changed and the following error is in the task field


" The language for this file does not support the necessary code parsing and
generation services. Please ensure the file you are opening is a member of
a project and then try to open the file again."

Could you suggest something

Aurimas
 
Aurimas Norkevicius said:
i write some messages of my project in lithuanian it has some specific
characters.

The problem is that i can write these characters and i can compile the
project and compiled pocket pc applicastion displays the correctly. But the
problem is that after i close the project and open it again some character
are changed and the following error is in the task field


" The language for this file does not support the necessary code parsing and
generation services. Please ensure the file you are opening is a member of
a project and then try to open the file again."

Could you suggest something

I would suggest either putting the strings into resource files, or
using the \uxxxx format for non-ASCII characters if they're pretty
rare.
 
Back
Top