# File lib/CharDistributionAnalysis.rb, line 100
        def get_order(aStr)
            # We do not handle characters based on the original encoding string, but 
            # convert this encoding string to a number, here called order.
            # This allows multiple encodings of a language to share one frequency table.
            return -1
        end