jQWidgets Forums
Forum Replies Created
-
Author
-
June 25, 2013 at 7:53 am in reply to: DisplayMember with accented words DisplayMember with accented words #23811
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
June 25, 2013 at 4:19 am in reply to: DisplayMember with accented words DisplayMember with accented words #23779Dear 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
June 22, 2013 at 9:07 pm in reply to: How to use JQwidgets for textarea input How to use JQwidgets for textarea input #23631I 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
June 22, 2013 at 3:38 am in reply to: DisplayMember with accented words DisplayMember with accented words #23615In 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 displayedJune 22, 2013 at 12:49 am in reply to: DisplayMember with accented words DisplayMember with accented words #23606Thanks.
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
-
AuthorPosts