# File hexja, line 707
  def nonLetter(bytes, unicode)
    @seq.push(Letter.new(bytes, unicode, 1, :nonLetter))
    @seqBytesSize += bytes.size
    flush16
  end