Fix unicode-decoding mistake in isInGsmAlphabet method

This commit is contained in:
Simon Redman 2021-11-19 17:54:33 -05:00
parent 4444b4d373
commit 55f0a81492

View file

@ -404,7 +404,7 @@ bool SmsHelper::isInGsmAlphabet(const QChar& ch)
case 0xf1: // “ñ”
case 0xd1: // “Ñ”
case 0xf2: // “ò”
case 0xf5: // “ö”
case 0xf6: // “ö”
case 0xd6: // “Ö”
case 0xf8: // “ø”
case 0xd8: // “Ø”