# File lib/action_mailer/vendor/tmail/utils.rb, line 200 def to_kcode( str ) flag = NKF_FLAGS[$KCODE] or return str NKF.nkf(flag, str) end