[cfe-dev] Almost there...

Neil Booth neil at daikokuya.co.uk
Sat Jun 6 15:48:35 PDT 2009


AlisdairM(public) wrote:-

> Reason I am thinking about this now is what does a d-char mean for a
> char32_t string?  Assuming we can read a UTF32 formatted source file, those

You should be able to assume the basic character set is single byte;
both C and C++ require this.  So no UTF32 source files.

Something else to think about: how you track source locations if you
iconv the whole file upfront.

Neil.



More information about the cfe-dev mailing list