= private = protected
toeuc(str)
Convert str to EUC-JP
# File ext/nkf/lib/kconv.rb, line 83 def toeuc(str) kconv(str, EUC) end