mirror of https://github.com/kiwix/libkiwix.git
Fix icudt version.
We have move to icu version 58 a while ago.
This commit is contained in:
parent
9aaf82a36d
commit
5025ee4963
|
@ -33,7 +33,7 @@ void kiwix::loadICUExternalTables()
|
|||
std::string executablePath = getExecutablePath();
|
||||
std::string executableDirectory = removeLastPathElement(executablePath);
|
||||
std::string datPath
|
||||
= computeAbsolutePath(executableDirectory, "icudt49l.dat");
|
||||
= computeAbsolutePath(executableDirectory, "icudt58l.dat");
|
||||
try {
|
||||
u_setDataDirectory(datPath.c_str());
|
||||
} catch (exception& e) {
|
||||
|
|
Loading…
Reference in New Issue