method

encode_sjis

v1_8_7_72 - Show latest stable - Class: REXML::Encoding
encode_sjis(str)
public

No documentation available.

# File lib/rexml/encodings/SHIFT-JIS.rb, line 10
      def encode_sjis(str)
        Uconv::u8tosjis(str)
      end