Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

iconv

(This command has been awarded a Yubnub Golden Egg)

http://www.ibiblio.org/weidai/iconv.php?from=${from=UTF-8}&to=${to=UTF-8}&str=${str}
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.
    
130524 uses - Created 2008-05-25 01:59:04 - Last used 2021-08-14 11:33:19
Is this command broken? Tell Jon if you know how to fix it.