Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
55f0a814
Commit
55f0a814
authored
Nov 19, 2021
by
Simon Redman
Browse files
Fix unicode-decoding mistake in isInGsmAlphabet method
parent
4444b4d3
Pipeline
#99193
passed with stage
in 4 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
smsapp/smshelper.cpp
View file @
55f0a814
...
...
@@ -404,7 +404,7 @@ bool SmsHelper::isInGsmAlphabet(const QChar& ch)
case
0xf1
:
// “ñ”
case
0xd1
:
// “Ñ”
case
0xf2
:
// “ò”
case
0xf
5
:
// “ö”
case
0xf
6
:
// “ö”
case
0xd6
:
// “Ö”
case
0xf8
:
// “ø”
case
0xd8
:
// “Ø”
...
...
Simon Redman
@sredman
mentioned in commit
2da77bdc
·
Nov 19, 2021
mentioned in commit
2da77bdc
mentioned in commit 2da77bdc50e0359f3cfa3428ab8450e97b47a9b6
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment