Fix unicode-decoding mistake in isInGsmAlphabet method

(cherry picked from commit 55f0a81492)
This commit is contained in:
Simon Redman 2021-11-19 17:54:33 -05:00 committed by Nicolas Fella
parent 1f3c9399c3
commit 2da77bdc50

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: // “Ø”