is Encoding
[Source]
# File nkf/lib/kconv.rb, line 217 def iseuc Kconv.iseuc( self ) end
# File nkf/lib/kconv.rb, line 221 def issjis Kconv.issjis( self ) end
# File nkf/lib/kconv.rb, line 225 def isutf8 Kconv.isutf8( self ) end
# File nkf/lib/kconv.rb, line 195 def kconv(out_code, in_code=Kconv::AUTO) Kconv::kconv(self, out_code, in_code) end
# File nkf/lib/kconv.rb, line 203 def toeuc ::NKF::nkf('-e', self) end
to Encoding
# File nkf/lib/kconv.rb, line 200 def tojis ::NKF::nkf('-j', self) end
# File nkf/lib/kconv.rb, line 206 def tosjis ::NKF::nkf('-s', self) end
# File nkf/lib/kconv.rb, line 212 def toutf16 ::NKF::nkf('-w16', self) end
# File nkf/lib/kconv.rb, line 209 def toutf8 ::NKF::nkf('-w', self) end
[Validate]