problem with encoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aurimas Norkevicius

    problem with encoding

    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



  • Mihai N.

    #2
    Re: problem with encoding

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

    --
    Mihai
    -------------------------
    Replace _year_ with _ to get the real email

    Comment

    Working...