CVV - Workaround for VS compatibility with unicode strings

pull/1439/head
Hamdi Sahloul 7 years ago
parent a2769e153e
commit ff7b2bba2a
  1. 6
      modules/cvv/src/stfl/stringutils.cpp

@ -74,9 +74,9 @@ QString nysiisForWord(QString word)
{ "NT", "D" },
{ "ND", "D" } };
static std::map<QString, QString> replacements3 = { { "EV", "AF" },
{ "Ü", "A" },
{ "Ö", "A" },
{ "Ä", "A" },
{ "\xC3\x9C", "A" },
{ "\xC3\x96", "A" },
{ "\xC3\x84", "A" },
{ "O", "G" },
{ "Z", "S" },
{ "M", "N" },

Loading…
Cancel
Save