> > "uniconv", distributed with Yudit, should also do the job.
> > http://eyegene.ophthy.med.umich.edu/unicode/#convutil

As we are talking perl-5.8, there is also:

         piconv [-f from_encoding] [-t to_encoding] [-s string] [files...]
         piconv -l

       piconv is perl version of iconv, a character encoding con­
       verter widely available for various Unixen today.  This
       script was primarily a technology demonstrator for Perl
       5.8.0, but you can use piconv in the place of iconv for
       virtually any case.

The list of encodings supported is not as long as with iconv().
Bernhard

>    So do Perl Encode module and native2ascii distributed with JDK. See
> 'man Encode' and 'man  encoding' if you have Perl 5.8 installed.
> In case of native2ascii, you have to chain two together.
>
>    native2ascii -encoding UTF-16  input | \
>     native2ascii -reverse -encoding UTF-8  > output
>
>   See
> http://java.sun.com/j2se/1.4.1/docs/tooldocs/solaris/native2ascii.html
--
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to