= private = protected
tosjis(str)
Convert str to Shift_JIS
# File ext/nkf/lib/kconv.rb, line 92 def tosjis(str) kconv(str, SJIS) end