# File lib/barby/barcode/code_93.rb, line 151
    def checksum_encodings
      checksum_characters.map{|c| ENCODINGS[c] }
    end