kconv(out_code, in_code=Kconv::AUTO)
public
Convert self to out_code. out_code and in_code
are given as constants of Kconv.
Note This method decode MIME encoded string and convert halfwidth
katakana to fullwidth katakana. If you don’t want to decode them, use
NKF.nkf.
# File ext/nkf/lib/kconv.rb, line 277
def kconv(out_code, in_code=Kconv::AUTO)
Kconv::kconv(self, out_code, in_code)
end