method

def_to_utf_8_from_euc_jp

v1_8_7_330 - Show latest stable - Class: RSS::Converter
def_to_utf_8_from_euc_jp()
public

No documentation available.

# File lib/rss/converter.rb, line 100
    def def_to_utf_8_from_euc_jp
      def_uconv_convert_if_can('euctou8', 'UTF-8', 'EUC-JP', '-Ew')
    end