Flowdock
method

decode_sjis

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: REXML::Encoding
decode_sjis(content) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/encodings/SHIFT-JIS.rb, line 6
      def decode_sjis content
        Uconv::sjistou8(content)
      end
Register or log in to add new notes.