problem with encoding

  • Thread starter Aurimas Norkevicius
  • Start date
A

Aurimas Norkevicius

I am useing "Visual Studion .NET 2003" and writeing my progrram in C#. the
problem is with Lithuanian characters.

case 1.
as i type in design time the special characters are ok - designer and pocket
pc device displays them well.

some caracters are changed into diferent after i reopen the solution file.

case 2.

as i type ia a form "\uxxxx" for example "\u0117" i get right characters and
designer and pocket pc device displays those characters.

after i reopen the solution all structures "\uxxxx" are changed into their
symbols and after i make some changes to the code and reopen the project the
second time, some special characters are changed into different like in case
1.

all the time designer displays the following error message in the "Task
List"

"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."

Please help me to solve this problem,

Aurimas
 
M

Mihai N.

I am useing "Visual Studion .NET 2003" and writeing my progrram in C#.
the problem is with Lithuanian characters.
There should not be any interface strings in the code.
Everything should go in resource files (.resx)
This is good internationalization.
You program will be way easyer to translate, if need be.
 

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