# File lib/rabbit/utils.rb, line 445 def keep_kcode(new_kcode) yield end
# File lib/rabbit/utils.rb, line 462 def to_eucjp(str) NKF.nkf("-e", str) end
# File lib/rabbit/utils.rb, line 470 def to_eucjp_from_utf8(str) NKF.nkf("-eW", str) end
Generated with the Darkfish Rdoc Generator 2.