From 537510677993992e0d7c59e570ed11cbfaab27ca Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 21 Oct 2013 19:50:38 +0200 Subject: Esperanto not supported by htmlhelp compiler reverting for esperanto to default language (US English) --- src/htmlhelp.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index c4cca17..23d5194 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -435,7 +435,10 @@ void HtmlHelp::initialize() s_languageDict.insert("latvian", new QCString("0x426 Latvian")); s_languageDict.insert("macedonian", new QCString("0x042f Macedonian (Former Yugoslav Republic of Macedonia)")); s_languageDict.insert("armenian", new QCString("0x42b Armenian")); - s_languageDict.insert("esperanto", new QCString("0x48f Esperanto")); + //Code for Esperanto should be as shown below but the htmlhelp compiler 1.3 does not support this + // (and no newer version is available). + //So do a fallback to the default language (see getLanguageString()) + //s_languageDict.insert("esperanto", new QCString("0x48f Esperanto")); s_languageDict.insert("serbian-cyrillic", new QCString("0xC1A Serbian (Serbia, Cyrillic)")); } -- cgit v0.12