summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-01-18 10:59:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-01-18 10:59:12 (GMT)
commit56deb9cc29c501e3429cec07ec159cf1a6dd3dfe (patch)
tree873a5254d4551284d50421774c3bcbc19a133c06 /src/util.cpp
parent31505eb34565b2e39d113b7f5460645d02ad6d2e (diff)
parent76833018f203368d012b473913d9f898ef104869 (diff)
downloadDoxygen-56deb9cc29c501e3429cec07ec159cf1a6dd3dfe.zip
Doxygen-56deb9cc29c501e3429cec07ec159cf1a6dd3dfe.tar.gz
Doxygen-56deb9cc29c501e3429cec07ec159cf1a6dd3dfe.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index a4600d1..91f6fda 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -5765,7 +5765,7 @@ QCString convertCharEntitiesToUTF8(const QCString &s)
entityMap.insert("delta", "\xCE\xB4");
entityMap.insert("epsilon", "\xCE\xB5");
entityMap.insert("zeta", "\xCE\xB6");
- entityMap.insert("eta", "\xCE\xB8");
+ entityMap.insert("eta", "\xCE\xB7");
entityMap.insert("theta", "\xCE\xB8");
entityMap.insert("iota", "\xCE\xB9");
entityMap.insert("kappa", "\xCE\xBA");
@@ -5786,7 +5786,7 @@ QCString convertCharEntitiesToUTF8(const QCString &s)
entityMap.insert("sect", "\xC2\xA7");
entityMap.insert("deg", "\xC2\xB0");
entityMap.insert("prime", "\xE2\x80\xB2");
- entityMap.insert("Prime", "\xE2\x80\xB2");
+ entityMap.insert("Prime", "\xE2\x80\xB3");
entityMap.insert("infin", "\xE2\x88\x9E");
entityMap.insert("empty", "\xE2\x88\x85");
entityMap.insert("plusmn", "\xC2\xB1");