Fix icudt version.

We have move to icu version 58 a while ago.
This commit is contained in:
Matthieu Gautier 2018-06-11 14:38:32 +02:00
parent 9aaf82a36d
commit 5025ee4963
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ void kiwix::loadICUExternalTables()
std::string executablePath = getExecutablePath(); std::string executablePath = getExecutablePath();
std::string executableDirectory = removeLastPathElement(executablePath); std::string executableDirectory = removeLastPathElement(executablePath);
std::string datPath std::string datPath
= computeAbsolutePath(executableDirectory, "icudt49l.dat"); = computeAbsolutePath(executableDirectory, "icudt58l.dat");
try { try {
u_setDataDirectory(datPath.c_str()); u_setDataDirectory(datPath.c_str());
} catch (exception& e) { } catch (exception& e) {