1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 08:15:13 +03:00

#2432 - ä added in special chars which need conversion

This commit is contained in:
bsongis 2015-07-08 07:09:41 +02:00
parent 9b7e913fbf
commit 6bc7c62adc

View file

@ -1403,7 +1403,7 @@ QString removeAccents(const QString & str)
QString result = str;
// UTF-8 ASCII Table
const QString tA[] = { "á", "â", "ã", "à" };
const QString tA[] = { "á", "â", "ã", "à", "ä" };
const QString tE[] = { "é", "è", "ê", "ě" };
const QString tI[] = { "í" };
const QString tO[] = { "ó", "ô", "õ", "ö" };