On Tue, May 1, 2012 at 11:11 AM, Galen Wright-Watson <ww.ga...@gmail.com>wrote:

>
> [...] Instead, a second set of locale-independent, unicode-aware
> conversion functions (basically, iliaa's original solution, but Unicode
> compatible) to be used for identifiers would make name resolution
> independent of the current locale. [...]
>

I believe all these functions would need to do is use tolower, rather than
tolower_l. So, perhaps the new functions should get the old names, and the
old functions should get "_l" appended to their names.

Reply via email to