# File temp/encodings/SHIFT-JIS.rb, line 5
    def decode_sjis content
      Uconv::u8tosjis(content)
    end