method
def_to_utf_8_from_euc_jp
v2_5_5 -
Show latest stable
- Class:
RSS::Converter
def_to_utf_8_from_euc_jp()public
No documentation available.
# File lib/rss/converter.rb, line 106
def def_to_utf_8_from_euc_jp
def_uconv_convert_if_can('euctou8', 'UTF-8', 'EUC-JP', '-Ew')
end