As I mention in another thread, string.upper/lower does not work with non english characters.
I ran into an issue where I need to lower/upper case swedish åÅ äÄ öÖ but like I said it doesn’t work, would be exceptionally thankful if anyone who have dealt or have a solution to this could share it before I embark on a massive google spree in the middle of the night…
Did you ever get this working? I tried to implement utf8 string library suggested by blomjens1 but the upper() and lower() functions don’t seems to take strings as arguments.
Did you ever get this working? I tried to implement utf8 string library suggested by blomjens1 but the upper() and lower() functions don’t seems to take strings as arguments.