wrong symbols

  1. #1

    wrong symbols

    Hello.
    v 1.5

    Some characters are displayed incorrectly.

    The data is stored in the following way
    X.GetCmp<TextField>(ControlID).SetValue(controlVal ue);

    How can I fix it?
    Attached Thumbnails Click image for larger version. 

Name:	bg_2.png 
Views:	17 
Size:	3.3 KB 
ID:	6807  
    Last edited by Piksel; Aug 26, 2013 at 12:02 PM.
  2. #2
    Hi @Piksel,

    Please try to add this into the page's <head>.
    <meta charset="utf-8">
    If it doesn't help, please provide a full test case to reproduce.
  3. #3

    wrong symbols

    Hi Daniil,

    I added this into the page's <head>, but this is dont help
    Page.Header.Controls.AddAt(1, new HtmlMeta { HttpEquiv = "Content-Type", Content = "text/html; charset=utf-8" });
    I can't provide a full test case, because this bug is not stable.
    Attached Thumbnails Click image for larger version. 

Name:	bg_3.png 
Views:	15 
Size:	58.1 KB 
ID:	6811  
  4. #4
    Hard to say what might be wrong. Is it reproducible in all the major browsers?
  5. #5

    wrong symbols

    browsers: ie7,ie8,chrome
  6. #6
    So, it doesn't look to be specific to some browser.
  7. #7

    wrong symbols

    Yes, there is an assumption that problems arise at the stage or the formation or transfer of scripts in the browser. So if you get the same data from a field that symbols matter will be perceived as separate characters, and then everywhere will be displayed in this way.


    Да, есть предположение что проблемы возникают на стадии или формирования или передачи скриптов в браузер. Так же если получить данные из поля то символы вопроса будут восприняты как самостоятельные символы и далее везде будут отображаться именно так.
  8. #8
    Thank you for Russian. Glad to see:) Though, we should keep talking in Russian to get others a possibility to understand us.

    I would be very glad to help, but I have no idea what might be wrong. I see the only chance to help - reproduce it locally on my side and investigate in details.
  9. #9
    Thanks for your help Daniil.
    If I can find a way to reproduce the problem in the stable I shall write to you.
  10. #10
    OK, thank you.

    Maybe an online example could be an option.

Similar Threads

  1. wrong style with razor
    By zhdl in forum 2.x Help
    Replies: 1
    Last Post: Jul 17, 2012, 6:53 PM
  2. Combobox Item with operation symbols
    By inaltec in forum 1.x Help
    Replies: 1
    Last Post: Feb 01, 2012, 5:39 PM
  3. [CLOSED] There is wrong with parser
    By thchuong in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 20, 2011, 12:32 PM
  4. Something wrong with the PropertyGrid
    By Demo in forum 1.x Help
    Replies: 0
    Last Post: Mar 05, 2010, 1:45 AM
  5. [CLOSED] Special symbols escaping problem
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jul 21, 2009, 12:16 AM

Tags for this Thread

Posting Permissions