| This reader handles unicode escapes in a character stream as defined by
The Java Language Specification.
A unicode escape consists of six characters: '\' and 'u' followed by
four hexadecimal digits. If the format of the escape is not correct, then
the escape is unprocessed. To prevent a correctly formatted unicode escape
from being processed, preceed it with another '\'.
author: Brian S O'Neill version: 19 , 12/11/00 |