IoIconv - Io Language
addon/binding for GNU libiconv.
# FROM:UTF-8 -> TO:EUC-JP
Io> iconv := Iconv clone
Io> iconv open("EUC-JP","UTF-8")
Io> iconv convert("はろーあいおー!!") println
Io> iconv close
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
SOURCE: IoIconv-20061105.tar.gz
SIZE: 12,013 Byte.
MD5SUM: cae7c75abf4253221ec72f18e77cd07b IoIconv-20061105.tar.gz
LASTUPDATE: 2006/11/05(SUN)
[ RETURN ]