Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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.

Info
titleNote

Due to limitations within the API, ICONV will not currently work with charsets with embedded NULLs. If found, the string will terminate.

Syntax

No Format
ICONV(in-charset,out-charset,string)
Arguments
  • in-charset - Input charset
  • out-charset - Output charset
  • string - String to convert, from in-charset to out-charset

See Also

Import Version

This documentation was imported from Asterisk Version Unknown