[jQuery] Re: jqGrid - Latin1

2008-02-01 Thread Marcio Carvalho
Hi Tony! We had find an alternative way to solve the problem, I already the help you have given us. Below follows the Class Jason with the solution: class JASON method encode($var) mb_convert_encoding($var, "HTML-ENTITIES") Congratulation for your job !!! 2008/2/1, Tony <[EMAIL PROTECTED]>

[jQuery] Re: jqGrid - Latin1

2008-02-01 Thread Tony
jqGrid does not depend on the returned data. To be more specific - if you want to see Latin1 chars you should pay attention of: 1. what you set in the encoding in the html - i.e 2. the database encoding should be the same. (if you use database) Different DB have specific support. 3. If you use sc