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]>:
>
> 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
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1" />
> 2. the database encoding should be the same. (if you use database)
> Different DB have specific support.
> 3. If you use scripting language such as php, asp... you should send
> the appropriate headers.
> In php this can be
> header("Content-type: text/xml;charset=iso-8859-1");
> or
> header("Content-type: text/html;charset=iso-8859-1");
>
> Hope this help
> Tony
>
> On Jan 25, 3:35 pm, "Marcio Carvalho" <[EMAIL PROTECTED]> wrote:
> > How can I useJqGridwith special char?
> >
> > ex.: Pão, Melão, José
> >
> > Could someone help me ?
> >
> > by Marcio Carvalho
>

Reply via email to