module Rabbit::Converter
Public Instance Methods
Source
# File lib/rabbit/utils.rb, line 480 def keep_kcode(new_kcode) yield end
Source
# File lib/rabbit/utils.rb, line 505 def to_eucjp_from_utf8(str) NKF.nkf("-eW", str) end
Source
# File lib/rabbit/utils.rb, line 501 def to_utf8_from_eucjp(str) NKF.nkf("-wE", str) end