Further "editorial" comments:
Therefore, normalization of identifiers must happen before object files are emitted. it is
=>
Therefore, normalization of identifiers must happen before object files are emitted. It is
either the responsibility of programmers to provide normalized identifiers, and compiler
=>
either the responsibility of programmers to provide normalized identifiers, and that of the compiler
is the simple table based lookup
=>
is the simple table-based lookup
provides a quick check algorithm to test if a a string
=>
provides a quick check algorithm to test if a string
driven by tables in the unicode database
=>
driven by tables in the Unicode database
We do not expect the preprocessor to normalize on concatenation, however nonetheless
=>
We do not expect the preprocessor to normalize on concatenation; nonetheless
-- HT