Diacritical marks problem.

Rate It (1)

Last post 05-14-2008 5:11 AM by abhinav1503. 2 replies.

Sort Posts:

  • Diacritical marks problem.

    05-12-2008, 6:54 AM
    • Loading...
    • abhinav1503
    • Joined on 05-21-2007, 3:03 AM
    • Gurgaon, India
    • Posts 7

    Hi.

    I am experiencing a typical problem. I am using Globalization in my web application. Now, the problem comes when I see a web page my application in Spanish in Non-IE browsers (Firefox, Opera and Netscape). As the page loads for the first time, it appears fine. However, if it posts back (I have a gridview on the page and when the data is bound to the page and the page posts back) diacritical marks appear out. For instance, the word "Búsqueda Rápida", which is in Spanish appears out to be "Búsqueda Rápida" after the post back. The text appearing on the application comes from the content in my application.

    I have no clue at all why this is happening. Please help me out asap.

    Regards,

    Abhinav Sharma.
     

    Cheers,
    Abhinav Sharma
    Software Engineer (.NET)

    Intersoft Data Labs (P) Ltd.
    Gurgaon, India.
    ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
    Please mark the Reply as Answer if this solves your problem.
  • Re: Diacritical marks problem.

    05-13-2008, 11:26 PM
    • Loading...
    • abhinav1503
    • Joined on 05-21-2007, 3:03 AM
    • Gurgaon, India
    • Posts 7

    If anyone can please help me out regarding this.

    Cheers,
    Abhinav Sharma
    Software Engineer (.NET)

    Intersoft Data Labs (P) Ltd.
    Gurgaon, India.
    ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
    Please mark the Reply as Answer if this solves your problem.
  • Re: Diacritical marks problem.

    05-14-2008, 5:11 AM
    Answer
    • Loading...
    • abhinav1503
    • Joined on 05-21-2007, 3:03 AM
    • Gurgaon, India
    • Posts 7

    I have got solution to the problem. All I had to do was to add:

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">

    inside the head of my aspx page. This is used to support all the languages character set in all the browsers.

    Cheers,
    Abhinav Sharma
    Software Engineer (.NET)

    Intersoft Data Labs (P) Ltd.
    Gurgaon, India.
    ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
    Please mark the Reply as Answer if this solves your problem.
Page 1 of 1 (3 items)