Kconv.tolocale => string Class Public methods Convert self to locale encoding
Kconv.tojis(str) => string Class Public methods Convert str to ISO-2022-JP
Kconv.toeuc(str) => string Class Public methods Convert str to EUC-JP
Kconv.kconv(str, to_enc, from_enc=nil) Class Public methods Convert str to to_enc. to_enc and from_enc are given as constants of Kconv or Encoding objects.
Kconv.isutf8(str) => true or false Class Public methods Returns whether input encoding is UTF-8 or not.
Kconv.issjis(str) => true or false Class Public methods Returns whether input encoding is Shift_JIS or not.
Kconv.isjis(str) => true or false Class Public methods Returns whether input encoding is ISO-2022-JP or not.
Kconv.iseuc(str) => true or false Class Public methods Returns whether input encoding is EUC-JP or not. Note don't expect this return value is MatchData.
Kconv.guess(str) => encoding Class Public methods Guess input encoding by NKF.guess
recurse_proc(result, &proc) Instance Public methods Recursively calls passed Proc if the parsed data structure is an Array or Hash
Page 1809 of 2275