https://bugs.freedesktop.org/show_bug.cgi?id=80363
László Németh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from László Németh <[email protected]> --- Perhaps the osl::FileBase::getSystemPathFromFileURL() doesn't add the WIN32 long path prefix "\\?\" to the path (see in _osl_getSystemPathFromFileURL in http://opengrok.libreoffice.org/xref/core/sal/osl/w32/file_url.cxx). This prefix is mandatory for Hunspell in WIN32 environment to convert the UTF8 encoded path and use it with _wfopen(). In this case the preferred solution is to check the path before calling Hunspell (MyThes/Hyphen) and add the missing long path prefix. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
