# File lib/barby/barcode/code_93.rb, line 119
    def characters
      raw_characters.map{|c| EXTENDED_MAPPING[c].split(//) }.flatten
    end