ICONV(vonCharset,nachCharset,string)
iconv[223] von einer Zeichen-Kodierung („charset“) in eine
andere. Eine Liste aller unterstützten Zeichenkodierungen können Sie auf der
Shell mit iconv --list
ausgeben. | | | | | 1.6 |———————— -= Info about function 'ICONV' =-
[Syntax]
ICONV(in-charset,out-charset,string)
[Synopsis]
Converts charsets of strings.
[Description]
Converts string from in-charset into out-charset. For available charsets,
use 'iconv -l' on your shell command line.
Note: due to limitations within the API, ICONV will not currently work with
charsets with embedded NULLs. If found, the string will terminate.