Query: ujconv
OS: debian
Section: 1p
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UJCONV(1p) User Contributed Perl Documentation UJCONV(1p)NAMEujconv -- reinvented iconv(1) using Unicode::JapaneseSYNOPSISujconv [-f from_encoding] [-t to_encoding] [-s string] [files...] ujconv -l ujconv -h ujconv -VVERSIONujconv 0.02DESCRIPTIONujconv 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.SEE ALSOUnicode::Japanese, piconv(1), iconv(1), ujguess perl v5.14.2 2008-08-05 UJCONV(1p)
| Related Man Pages | 
|---|
| piconv(1) - linux | 
| piconv(1) - mojave | 
| ujconv(1p) - debian | 
| piconv(1) - x11r4 | 
| piconv5.12(1) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| about iconv | 
| Email a File from UNIX which has Japanese characters in it | 
| Convert Sed command to perl command | 
| Help with command iconv | 
| Iconv for large files |