The question is: Do you encode just the non-ASCII bits of it, or do you encode the whole lot
in a nutshell, - encoding is done on a per-label basis. - pure ASCII labels are not encoded. so that naive comparisons of the encoded form work fine. Keith