method
decode_eucjp
v1_8_6_287 -
Show latest stable
- Class:
REXML::Encoding
decode_eucjp(str)public
No documentation available.
# File lib/rexml/encodings/EUC-JP.rb, line 6
def decode_eucjp(str)
Uconv::euctou8(str)
end