Hi, On Sat, 16 Apr 2016, Vladimir Vissoultchev wrote:
Ok, so the portable way is to loop the string and call `toupper` probably inside the #ifdef?
Something like that. Of course that breaks when e.g. the strings are utf-8 encoded. I simply wouldn't bother to do that portably right now. Other systems than win32 don't need this normalization, so you can as well continue to use the strupr function conditionalized on win32.
Ciao, Michael. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
