This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Merge cpplib and front end hashtables, part 1
>>>>> "Zack" == Zack Weinberg <zackw@Stanford.EDU> writes:
> Character sets that are not proper supersets of ASCII are trickier.
> For UCS2-encoded Unicode, we can look for byte order marks.
I don't think we need to care about character sets that are not proper
supersets of ASCII (in which I include ASCII with escapes, like SJIS).
Text files should be stored in a texty encoding.
Jason