山科 氷魚 (YAMASHINA Hio) > Unicode-Japanese-0.38 > ujconv

Download:
Unicode-Japanese-0.38.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Unicode-Japanese-0.47

NAME ^

ujconv -- iconv(1), reinvented in Unicode::Japanese

SYNOPSIS ^

  ujconv [-f from_encoding] [-t to_encoding] [-s string] [files...]
  ujconv -l
  ujconv -h
  ujconv -V

DESCRIPTION ^

ujconv is Unicode::Japanese (written in perl) version of iconv.

ujconv converts the character encoding of either STDIN or files specified in the argument and prints out to STDOUT.

Here is the list of options. Each option can be in short format (-f) or long (--from).

-f,--from from_encoding

Specifies the encoding you are converting from. Unlike iconv, this option can be omitted. In such cases, source encoding is automatically guessed.

-t,--to to_encoding

Specifies the encoding you are converting to.

-s,--string string

uses string instead of file for the source of text.

-l,--list

Lists all available encodings, one per line.

-h,--help

Show usage.

SEE ALSO ^

Unicode::Japanese, piconv(1), iconv(1)