man NKF () - Perl extension for Network Kanji Filter
NAME
NKF - Perl extension for Network Kanji Filter
SYNOPSIS
use NKF; $output = nkf("-s",$input);
DESCRIPTION
This is a Perl Extension version of nkf (Netowrk Kanji Filter ) 1.7. It converts the last argument and return converted result. Conversion details are specified by flags before the last argument.
Flags:
CWb,u Output is bufferred (DEFAULT),Output is unbufferred
CWj,s,e Outout code is JIS 7 bit (DEFAULT), Shift JIS, AT&T JIS (EUC)
CWJ,S,E Input assumption is JIS 7 bit , Shift JIS, AT&T JIS (EUC)
CWt no conversion
CWi_ Output sequence to designate JIS-kanji (DEFAULT B)
CWo_ Output sequence to designate ASCII (DEFAULT B)
CWr {de/en}crypt ROT13/47
CWm[BQ] MIME decode [B:base64 stream,Q:quoted stream]
CWl ISO8859-1 (Latin-1) support
CWf Folding: CW-f60CW or CW-fCW
CWZ[0-2] Convert X0208 alphabet to ASCII 1: Kankaku to space,2: 2 spaces
CWX,x Assume X0201 kana in MS-Kanji, CW-xCW preserves X0201
CWB[0-2] Broken input 0: missing ESC,1: any X on ESC-[($]-X,2: ASCII on NL
CWd,c Delete \r in line feed, Add \r in line feed
CWm0 No MIME decode.
CWM MIME encode. Header style. All ASCII code and control characters are intact.
CWMB MIME encode. Base64 stream. Kanji conversion is performed before encoding, so this cannot be used as a picture encoder.
CWl Input and output code is ISO8859-1 (Latin-1) and ISO-2022-JP.
CWL[wmu] new line mode
CW -Lu unix (LF)
CW -Lw windows (CRLF)
CW -Lm mac (CR)
CW --fj,--unix,--mac,--msdos, --windows convert for these system
CW --jis,--euc,--sjis,--mime,--base64 convert for named code
CW --jis-input,--euc-input,--sjis-input,--mime-input,--base64-input assume input system
CW -- ignore rest of -option
CW --help
CW --version
AUTHOR
Network Kanji Filter Version 1.9 (2/0002/Shinji Kono) Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa),1998 S. Kono, COW