GNOME Bugzilla – Bug 721576
Gnucash can not work with files, that have russian symbols in path.
Last modified: 2018-06-29 23:23:46 UTC
Created attachment 265373 [details] Error in opening How to reproduce. 1) Create new book. Save my book in: C:\Users\fedya\тестовая\fff.gnucash 2) Close gnucash. 3) Start gnucash again. 4) Open saved file: C:\Users\fedya\тестовая\fff.gnucash 5) I see error like in attachment. File is not opened. But when I save file in: C:\Users\fedya\test\fff.gnucash It open it successfully.
Created attachment 265374 [details] My trace file Added trace file.
Strange, <gnc.io> shows the wrong encoding and <gnc.backend> the right.
This is from Mike Alexander's libxml compression work-around. The reason it looks funny in the tracefile is because the filename has been converted to the Windows locale encoding in qof_session_load_from_xml_file_v2 while it's still in UTF8 in gnc_xml_be_load_from_file. It turns out, at least on Win7 Home Premium US edition, to be the wrong thing to do. r23700 removes it. Please test on the next nightly build.
Where can I find nightly builds?
On this website: http://code.gnucash.org/builds/win32/trunk/ Take the most recent package you find in this link.
Bug fixed in gnucash-2.6.0-2014-01-17-git-2d97811+-setup.exe
*** Bug 722679 has been marked as a duplicate of this bug. ***
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=721576. Please update any external references or bookmarks.