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