there are 2 arrays, one with special font and one with normal font, and characters from the response are set to characters of the same position from the other array, e.g. text = a; then a=normal[0] and is changed to special[n]. I hope I made that clear