method

encode_eucjp

v1_8_7_72 - Show latest stable - Class: REXML::Encoding
encode_eucjp(content)
public

No documentation available.

# File lib/rexml/encodings/EUC-JP.rb, line 10
      def encode_eucjp content
        Uconv::u8toeuc(content)
      end