Status.15x: new pathname/unicode problem

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-12-17 00:28:38 +00:00
parent 67a479074f
commit 12534e6794

View File

@ -60,6 +60,15 @@ FILE
Setting the default extension here to something invalid, is a hack, but works.
(Invalid may be e.g. "*")
* When loading a LyX file from a Windows directory with a German Umlaut, I get the
following error:
Assertion triggered in __thiscall lyx::support::FileName::FileName(const class
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)
by failing check "empty() || absolutePath(name_)" in file C:\...\src\support\filename.C:47
If I rename the directory (no Umlaut), I can load the file without a problem.
SPELL CHECKING (Joost 4/11/06)