Hi Wilmar,

Wilmar da Silva wrote:
> Hi everybody,
>  
> I use delphi for php and the component dbgrid (qooxdoo).
> when I use ajax and the dbgrid content information with caracteres accents.
> I know that ajax use UTF-8, but I need iso-8859-1.
> show error.
> someone can help me
As far as I know the browsers do the encoding in UTF-8 as default and I 
do not know about a switch to change this. "iso-8859-1" is a subset of 
UTF-8 so this should normally work.
Is there any chance you can encode your content in UTF-8 at the server 
side? Maybe this would help to solve your issue.

cheers,
   Alex

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to