problem with encoding

  • Thread starter Aurimas Norkevicius
  • 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
 
J

Jon Skeet [C# MVP]

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.
 

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