The FASTQ Format Specification says:
Although Solexa/Illumina read file looks pretty much like FASTQ, they are different in that the qualities are scaled differently. In the quality string, if you can see a character with its ASCII code higher than 90, probably your file is in the Solexa/Illumina format.
Should I care about this when I use some tools such as MAQ, SAMTOOLS, GATK, etc... ?
Actually BWA doesn't really, but samtools expects phred+33 quals, if that's not what it gets, the pileup caller and varfilter will not give good results (they'll be over confident)