Page 2 of 2

Re: More Sophisticated Lower Case function

Posted: Fri May 10, 2013 11:42 pm
by said
Interesting topic, thank you :lol:

@ wilbert, your code with flat PB is very nice, you asm is a killer! Thank you for sharing :)

Re: More Sophisticated Lower Case function

Posted: Sat May 11, 2013 6:31 am
by wilbert
said wrote:@ wilbert, your code with flat PB is very nice, you asm is a killer!
Thanks :D
My own favorite is the full unicode version.
Since it supports the full unicode range, it allows you for example to map a unicode character like '♫' with a character you can input easily like '%'.
But it is also convenient to create a custom upper- or lowercase function for languages requiring unicode characters.