GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UJCONV(1) User Contributed Perl Documentation UJCONV(1)

ujconv -- reinvented iconv(1) using Unicode::Japanese

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

ujconv 0.02

ujconv is an iconv-like tool which is written in perl using Unicode::Japanese.

ujconv reads text from STDIN or files, convert them, and print them to STDOUT.

Available options are as follows. Each options can be in short form (-f) or long form (--from):

-f,--from from_encoding
Convert characters from from_encoding. Unlike iconv this option can be omitted. In that case, the encoding of the input is guessed by ujconv.
-t,--to to_encoding
Convert characters to to_encoding.
-s,--string string
Input from the argument string instead of file or STDIN.
-l,--list
List all available encodings, one name per each lines.
-h,--help
Print a short help message.
-V,--version
Print the version of ujconv.

Unicode::Japanese, piconv(1), iconv(1), ujguess
2012-02-10 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.