![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
Converts a string from one character set to another, similar to the iconv commmand/function in Unix and PHP.
Example: iconv -from UTF-8 -to UTF-16 -str test
The "from" and "to" parameters both default to UTF-8.
//IGNORE and //TRANSLIT are supported; see http://us3.php.net/manual/en/function.iconv.php for more information.
http://www.ibiblio.org/weidai/iconv_list.php lists known coded character sets.