]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java
Add some langs (Ancient Greek, Cantonese, Burmese(MY)), WholeSection
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / wiktionary / WholeSectionToHtmlParser.java
index 87950c6885cc66795e12feb6e7508cf6161afde9..fd3f44f926db5f214881f285c2d01affa6932ee6 100644 (file)
@@ -26,7 +26,7 @@ public class WholeSectionToHtmlParser extends AbstractWiktionaryParser {
 
   @Override
   void parseSection(String heading, String text) {
-    HtmlEntry htmlEntry = new HtmlEntry(entrySource, title);
+    HtmlEntry htmlEntry = new HtmlEntry(entrySource, StringEscapeUtils.escapeHtml3(title));
     IndexedEntry indexedEntry = new IndexedEntry(htmlEntry);
 
     final AppendAndIndexWikiCallback<WholeSectionToHtmlParser> callback = new AppendCallback(this);