# File lib/barby/barcode/code_93.rb, line 110
    def extended?
      raw_characters.any?{|c| EXTENDED_CHARACTERS.include?(c) }
    end