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