[TYPO3-dev] convert to metaCharset or renderCharset?

Martin Kutschker masi-no at spam-typo3.org
Thu Oct 8 11:43:35 CEST 2009


Franz Holzinger schrieb:
> 
> I must do this conversion for the data I return to the xAjax call and
> data read in from the extensions tables by SQL calls.

Ah, AJAX. In this case you must determine in which charset you want to transmit your data. Many
libraries expect JSON/XML to be in utf8 independently from the charset used in the corresponding
HTML page.

In this case must convert to and from renderCharset to utf8.

Masi




More information about the TYPO3-dev mailing list