<div dir="rtl"><div dir="ltr">Last time I looked, libc++ on Windows uses an undocumented table in MSVCRT.DLL for this purpose.</div><div dir="ltr">It would be much better to use a built-in table.</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2014-12-11 14:42 GMT+02:00 Ed Schouten <span dir="ltr"><<a href="mailto:ed@80386.nl" target="_blank">ed@80386.nl</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Joerg,<br>
<br>
2014-12-11 12:40 GMT+01:00 Joerg Sonnenberger <<a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>>:<br>
>> +    return (c >= L'a' && c <= L'z') ? c - L'a' + L'A' : c;<br>
><br>
> Regression?<br>
<br>
Could you please clarify?<br>
<br>
> Please properly use the system table, no need to waste space.<br>
<br>
That would be the opposite of what we're trying to achieve. Please<br>
read up on the bug mentioned earlier in this discussion, which points<br>
out the problems with using the system table.<br>
<br>
Thanks,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Ed Schouten <<a href="mailto:ed@80386.nl">ed@80386.nl</a>><br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</font></span></blockquote></div><br></div>