<div dir="ltr">Generally speaking, I am strongly in favor of libc++ isolating its functionality from features which are so varying in quality from system to system as locales. Where it is reasonable from a maintenance and support perspective, I would much rather than libc++ simple implement and provide the desired behavior from first principles.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 2:17 PM, Yaron Keren <span dir="ltr"><<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5"><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" target="_blank">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><font color="#888888">--<br>
Ed Schouten <<a href="mailto:ed@80386.nl" target="_blank">ed@80386.nl</a>><br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">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>
</div></div><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>
<br></blockquote></div><br></div>