summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugingui/utf8.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/utf8.cc b/plugingui/utf8.cc
index 70aeb27..f352a15 100644
--- a/plugingui/utf8.cc
+++ b/plugingui/utf8.cc
@@ -287,6 +287,8 @@ UTF8::UTF8()
map_decode["ý"] = "ý";
map_decode["þ"] = "þ";
map_decode["ÿ"] = "ÿ";
+ // FIXME: This is just a hack to make Goran Mekic's name work.
+ map_decode["ć"] = "c";
}
std::string UTF8::fromLatin1(std::string const& s)