1. #1
    Sencha User
    Join Date
    Sep 2012
    Location
    Italy, Milan
    Posts
    4
    Vote Rating
    0
    digio86 is on a distinguished road

      0  

    Default Unanswered: Problem with grid accented words

    Unanswered: Problem with grid accented words


    Hi guys
    I've a problem with application. i've created a grid, there are all information take from database, but i've a problem some informations are not shown in grid, i checked the problem inside the database but there it's all ok there are all information, i continue to check the problem and i noted all accented words don't show in my grid.
    The field grid is empty

    Example:

    in the DB: there this is infomation (i'm italian)

    Che cos'è la luna?

    my problem in the letter " è" but all period i my grid don't show field is empty

    ONLY ACCENTED WORD (ò,è,à,ù ) and field grid is empty all period..

    i can't show accented words in my grid..

    i try to found information on the web but nothing...

    Someone can i help me please?
    Last edited by digio86; 17 Sep 2012 at 1:29 AM. Reason: forget a period

  2. #2
    Sencha - Community Support Team sword-it's Avatar
    Join Date
    May 2012
    Location
    Istanbul
    Posts
    1,331
    Vote Rating
    76
    Answers
    124
    sword-it is a jewel in the rough sword-it is a jewel in the rough sword-it is a jewel in the rough sword-it is a jewel in the rough

      0  

    Default


    Hi digio,

    Add the following line into your html page-
    Code:
    <meta http-equiv="content-type" content="text/html;charset=windows-1254"/>
    See working sample example- http://jsfiddle.net/maneeshgo/gnr4U/
    sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.

  3. #3
    Sencha User
    Join Date
    Sep 2012
    Location
    Italy, Milan
    Posts
    4
    Vote Rating
    0
    digio86 is on a distinguished road

      0  

    Default


    Quote Originally Posted by sword-it View Post
    Hi digio,

    Add the following line into your html page-
    Code:
    <meta http-equiv="content-type" content="text/html;charset=windows-1254"/>
    See working sample example- http://jsfiddle.net/maneeshgo/gnr4U/

    Hi Sword...
    I try this code, but is not this:



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