[Typo3-dev] New extension: tpg_mp3editor
Martin T. Kutschker
Martin.no5pam.Kutschker at blackbox.n0spam.net
Mon Sep 27 09:36:39 CEST 2004
Christian Karrié wrote:
> Hi Thomas,
> I'm getting following error message:
> ---
> PHP does not have iconv() support.
Please, don't use iconv (or mbstring) directly. Typo3 has a charset API.
See t3lib_cs for details, for conversion use conv(). A live instance of
the class is in LANG (BE) and TSEF (FE), the property is called "csConv"
IIRC.
Masi
More information about the TYPO3-dev
mailing list