Ali Cehreli wrote: > Is option d possible with today's systems? Whose resposibility is > this anyway? OS? Language? Program? Something else?
This appears to be a library issue to me. If Phobos can't do this properly, your options are basically: 1. Find a third party library solution. 2. Write your own solution. 2a. Write your own solution, and try to get it into Phobos. 2b. Write your own solution, and release it as a third-party library so that other people can use it. I know ICU can use different case mappings for different locales, but I don't think it has D bindings. -- Rainer Deyke - [email protected]
