method
def_to_euc_jp_from_utf_8
v1_9_3_125 -
Show latest stable
- Class:
RSS::Converter
def_to_euc_jp_from_utf_8()public
No documentation available.
# File lib/rss/converter.rb, line 101
def def_to_euc_jp_from_utf_8
def_uconv_convert_if_can('u8toeuc', 'EUC-JP', 'UTF-8', '-We')
end