Commit ff7b2bba authored by Hamdi Sahloul's avatar Hamdi Sahloul

CVV - Workaround for VS compatibility with unicode strings

parent a2769e15
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment