| Module | Kconv |
| In: |
ext/nkf/lib/kconv.rb
|
Kanji Converter for Ruby.
| 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 |
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.