guess_old(str)
Guess input encoding by NKF.guess1
# File ext/nkf/lib/kconv.rb, line 222 def guess_old(str) ::NKF::guess1(str) end