Re: Converting catalog in UTF-8 code |
Subject: Re: Converting catalog in UTF-8 code by jabirulo on 2014/3/18 18:54:15 @Phantom you can use 'iconv' tool (http://www.os4depot.net/share/develop ... library/misc/libiconv.lha [libiconv-1.11/src/iconv]) it translates from/to varios codesets (iso_8859-15 to utf-8) ex.: iconv -f iso_8859-15 -t utf-8 file_to_translate >RAM:translated.txt Maybe it can do "on the fly" translation ex.: iconv -f iso_8859-15 -t utf-8 <óöÜñÑ and will show/output translated to UTF-8 |
Home |
News |
User Profile |
Headlines |
Forums |
Articles |
Images |
Polls |