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
  • References/Ruby on Rails/Ruby/Classes/Kconv

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

2025-01-10 15:47:30
isjis
  • References/Ruby on Rails/Ruby/Classes/Kconv

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

2025-01-10 15:47:30
toutf8
  • References/Ruby on Rails/Ruby/Classes/Kconv

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

2025-01-10 15:47:30