[cfe-dev] Wide strings and clang::StringLiteral.

Eric Christopher echristo at apple.com
Thu Dec 4 20:59:00 PST 2008


On Dec 4, 2008, at 8:48 PM, Eli Friedman wrote:

> Actually, something just occurred to me, though: if I recall
> correctly, Shift JIS is the default charset on Japanese Windows
> systems.  Do we plan to key the default -finput-charset off of the
> default system charset?  I'm not sure what, if anything, we can/should
> do in that situation.

SJIS in particular is hard because it's state dependent.  What we did
in gcc was either ascii or ebcdic depending on what we had as a host
system. But in general, yes, I agree with you here.

-eric



More information about the cfe-dev mailing list