is string.gmatch(), string.upper() 7-bit ascii only?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: is string.gmatch(), string.upper() 7-bit ascii only?
- From: Marc Balmer <marc@...>
- Date: Thu, 7 Apr 2016 15:00:32 +0200
I am trying to manipulate text with umlauts. string.upper() does not produce upper case version of umlauts like ä,ö,ü etc.
Also the %g pattern, when used in string.gmatch() does not match these umlauts.
Is there anything that can be done about it? Or, am I making a stupid mistake?