More Sophisticated Lower Case function

Just starting out? Need help? Post your questions and find answers here.
said
Enthusiast
Enthusiast
Posts: 342
Joined: Thu Apr 14, 2011 6:07 pm

Re: More Sophisticated Lower Case function

Post 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 :)
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: More Sophisticated Lower Case function

Post 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.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply