[cfe-dev] Wide strings and clang::StringLiteral.
Patrick Walton
pcwalton at cs.ucla.edu
Thu Dec 4 21:13:16 PST 2008
Chris Lattner wrote:
> Frankly, I'd be fine with clang being really really slow on all
> Japanese Windows installs (if that makes things easier) to start
> with. If and when someone cares enough, we can figure out the best
> way to optimize it. :)
From what I've seen, there is no standard encoding for C code with
embedded Japanese comments (I've seen EUC, Shift-JIS, and UTF-8), so
people are used to paying the performance penalty associated with
conversion.
Patrick
More information about the cfe-dev
mailing list