jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts

  • fvalbores
    Member

    Yes, in several demos and widgets this is not problem, as mentioned before.
    “This not occurs with other widgets.
    changing Afghanistan to Afghanistán and running:
    jqwidgets2/demos/php/checkedlistbox_form.htm, or
    jqwidgets2/demos/php/billing_form.htm Afghanistán is displayed”

    The problem, apparently, is in json_encode because when I used it, words containing accented characters are not displayed.
    I am programming in PHP and I have to use:
    $arr = array(“á”=>”a”, “é”=>”e”, “í”=>”i”, “ó″=>”o”,”ú”=>”u”);
    $non_accent = strtr($accented, $arr)

    to get values that json_encode can manipulate and be displayed for jqxGrid or Cascadingcombobox.htm, for example.
    But this solution is partial because orthographic error is introduced.

    I appreciate a lot your attentions. Best regards


    fvalbores
    Member

    Dear Dimitar,

    Sorry not to be clear and I will explain you in other words.

    Record information is displayed if NOT CONTAIN accented words. But if it contains a accented word, a blank line is displayed instead. Moreover, the white line can be selected, but TEXT is misplaced.

    All other records (without accent) are displayed very well.

    You can observe the problem just change a record accentuating a word and this is no longer displayed, if you returns it to the original value (no accent) the record will be displayed again.

    The problem is not whether there is information in the registry, but JQWidgets does not display the accented word.

    I will appreciate a lot any help. Best regards


    fvalbores
    Member

    I need to include textarea maxlength=”300″ cols=”100″ rows=”3″ wrap=”virtual”.
    This can not be done using

    , is there any way using JQWidgets?

    Thanks in advance


    fvalbores
    Member

    In addition…..changing Aná instead Ana in the customers table (northwind)
    Using jqwidgets2/demos/php/listbox.htm “null” is displayed;
    using jqwidgets2/demos/php/dropdownlist.htm an empty line is displayed;
    using jqwidgets2/demos/php/combobox.htm an empty line is displayed;

    However, this not occurs with other widgets.
    changing Afghanistan to Afghanistán and running
    jqwidgets2/demos/php/checkedlistbox_form.htm, or
    jqwidgets2/demos/php/billing_form.htm Afghanistán is displayed


    fvalbores
    Member

    Thanks.
    It is simple. Using the jqwidgets2/demos/php/cascadingcombobox.htm, just change in customers table the CompanyName Ana Trujillo Emparedados y helados to Aná Trujillo Emparedados y helados ( a to á).

    Run the demo and you will see that such record is not displayed. If return to the original value (Ana) the list is displayed correctly. The same occurs changing Antonio to Antoñio or o to ö and any accented char.

    I will appreciate a lot any help. Best regards

Viewing 5 posts - 1 through 5 (of 5 total)