
6 Jul
2010
6 Jul
'10
6:45 p.m.
Le 06/07/2010 13:04, Artyom a écrit :
Also, do you aware of fact that case conversion is locale dependent? So you still need to connect
locale somehow.
My library is locale-agnostic.
That you should not provide case conversion as you can't do it right.
Sure you can, it's just not tailored to a particular language. See <http://unicode.org/reports/tr21/tr21-5.html>. My library doesn't do it at the moment anyway, and probably won't before some time.