Type:
Module
Constants:
AUTO : NKF::AUTO

Auto-Detect

JIS : NKF::JIS

ISO-2022-JP

EUC : NKF::EUC

EUC-JP

SJIS : NKF::SJIS

Shift_JIS

BINARY : NKF::BINARY

BINARY

NOCONV : NKF::NOCONV

NOCONV

ASCII : NKF::ASCII

ASCII

UTF8 : NKF::UTF8

UTF-8

UTF16 : NKF::UTF16

UTF-16

UTF32 : NKF::UTF32

UTF-32

UNKNOWN : NKF::UNKNOWN

UNKNOWN

Kanji Converter for Ruby.

tosjis

Kconv.tosjis(str) => string Class Public methods Convert str

2015-04-17 07:25:40
isjis

Kconv.isjis(str) => true or false Class Public methods Returns whether

2015-04-17 06:52:21
toutf8

Kconv.toutf8(str) => string Class Public methods Convert str

2015-04-17 07:33:33