[Patch] libc++: Add a default rune table

Ed Schouten ed at 80386.nl
Thu Dec 11 04:42:57 PST 2014


Hi Joerg,

2014-12-11 12:40 GMT+01:00 Joerg Sonnenberger <joerg at britannica.bec.de>:
>> +    return (c >= L'a' && c <= L'z') ? c - L'a' + L'A' : c;
>
> Regression?

Could you please clarify?

> Please properly use the system table, no need to waste space.

That would be the opposite of what we're trying to achieve. Please
read up on the bug mentioned earlier in this discussion, which points
out the problems with using the system table.

Thanks,
-- 
Ed Schouten <ed at 80386.nl>



More information about the cfe-commits mailing list