# File lib/CharDistributionAnalysis.rb, line 151
        def initialize
            super
            @_mCharToFreqOrder = GB2312CharToFreqOrder
            @_mTableSize = GB2312_TABLE_SIZE
            @_mTypicalDistributionRatio = GB2312_TYPICAL_DISTRIBUTION_RATIO
        end