# File lib/UTF8Prober.rb, line 38 def initialize super() @_mCodingSM = CodingStateMachine.new(UTF8SMModel) reset() end