Bugs item #925033, was opened at 2004-03-28 21:09
Message generated for change (Settings changed) made by bryce
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=925033&group_id=93438
Category: None
Group: None
Status: Open
Resolution: None
>Priority: 8
Submitted By: bulia byak (buliabyak)
Assigned to: Jon A. Cruz (joncruz)
Summary: win32: non-ascii filenames still don't work
Initial Comment:
When trying to save a file with a non-ascii name on
windows 98 I get:
(INKSCAPE.EXE:4293953527): GLib-WARNING **: GError set
over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure
an error is NULL before it's set.
The overwriting error message was: Произошла ошибка при
преобразовании: No error
** (INKSCAPE.EXE:4293953527): WARNING **: ERROR
CONVERTING OPEN FILENAME TO UTF-8
** (INKSCAPE.EXE:4293953527): WARNING **: INPUT
FILENAME IS NOT UTF-8
** (INKSCAPE.EXE:4293953527): CRITICAL **: file
xml/repr-io.cpp: line 287 (void
sp_repr_save_file(SPReprDoc*, const
gchar*)): assertion `file != NULL' failed
and the file is not saved. Also the preferences.xml
becomes broken after that (non-UTF8, does not parse).
The Russian string in the above means simply "A
conversion error occurred:"
----------------------------------------------------------------------
Comment By: Bryce Harrington (bryce)
Date: 2004-07-09 05:15
Message:
Logged In: YES
user_id=4782
This bug is from March. Is this still occuring?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=925033&group_id=93438
|