ICONV()
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.
Syntax
ICONV(in-charset,out-charset,string)
Arguments
in-charset
- Input charsetout-charset
- Output charsetstring
- String to convert, from in-charset to out-charset
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-13-r420538