superclass=
type=module
library=kconv
extended=
included=

ʸɥ󥳡ǥ󥰤Ѵ뤿Υ⥸塼롣
[[c:Kconv]]  [[lib:nkf]] ΥåѡǤ

see also: [[m:kconv#String ɲä᥽å]]

[[trap:Kconv]]

=== 

  newstring = Kconv.kconv(string, Kconv::JIS, Kconv::AUTO)
  newstring = Kconv.tojis(string)
  newstring = Kconv.toeuc(string)
  newstring = Kconv.tosjis(string)
  guessed_code = Kconv.guess(string)

ޤ

  newstring = string.kconv(Kconv::JIS, Kconv::AUTO)
  newstring = string.tojis
  newstring = string.toeuc
  newstring = string.tosjis
