Bugs item #1066045, was opened at 2004-11-14 09:54
Message generated for change (Settings changed) made by buliabyak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1066045&group_id=93438
Category: Other
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 3
Submitted By: Bryant Huang (yabhos)
Assigned to: bulia byak (buliabyak)
Summary: mysterious 0x0f character got inserted
Initial Comment:
I have attached a ZIP file containing 4 files:
map1.svg
map1.png (PNG of map1.svg, exported from Inkscape)
map2.svg
map2.png (PNG of map2.svg, exported from Inkscape)
I first created a 800x540 pixel image in Inkscape,
which I saved as map1.svg. I have no problems opening
this file.
Later, I opened map1.svg, resized the image to 1200x810
(1.5x the original size), added over 200 small circle
shapes to the image, then saved this as map2.svg. I
also exported this as a PNG before closing Inkscape.
Then, when I wanted to reopen to map2.svg to make
changes, I received the following error message:
Failed to load the requested file C:\My
Documents\FinalPrototype\map2.svg
I have included the PNG outputs from Inkscape as a
reference of what it should look like. Both map1.svg
and map2.svg are openable and viewable with the Adobe
SVG plugin for Internet Explorer (although map2.svg
doesn't show up flawlessly).
I am running Inkscape 0.40, which I downloaded as
LATEST.ZIP from http://www.inkscape.org/win32-snap/,
dated 13-Nov-2004 16:46. My platform is Windows XP.
----------------------------------------------------------------------
Comment By: bulia byak (buliabyak)
Date: 2004-11-20 06:05
Message:
Logged In: YES
user_id=741217
It's not UTF8 nor some accented char. It's just 0x0f (ascii
control char) inserted after "o". I very much doubt text
code had anything to do with it. It just as likely happened
outside of Inkscape as inside it.
Do you have reproducible steps that force Inkscape to do
this? If not I'm afraid I won't be able to address this bug
(if it is indeed a bug in Inkscape).
----------------------------------------------------------------------
Comment By: Bryant Huang (yabhos)
Date: 2004-11-16 09:02
Message:
Logged In: YES
user_id=70933
Ahh, beautiful, thanks! I removed that character embedded in
'Tiburon' and it opened up properly.
No, I did not type an accented 'o', although that's a good
assumption. It is possible that I might have accidentally
entered some Windows <alt>-? sequence that didn't appear,
but I doubt it.
----------------------------------------------------------------------
Comment By: MenTaLguY (mental)
Date: 2004-11-16 07:31
Message:
Logged In: YES
user_id=791
There's apparently an illegal Unicode character (0xf) that's
been introduced into the contents one of map2.svg's text
elements somehow, making it ill-formed at the XML level.
It's just after the first 'o' in "Tiburon Point".
I suspect some of the text code isn't completely UTF-8 safe;
we need to audit it for incorrect assumptions that 1 byte =
1 character.
Was it supposed to be an accented 'o'?
----------------------------------------------------------------------
Comment By: Bryant Huang (yabhos)
Date: 2004-11-14 10:50
Message:
Logged In: YES
user_id=70933
Sorry, mental, I guess it doesn't accept ZIP attachments.
I've uploaded each of the 4 files individually.
----------------------------------------------------------------------
Comment By: MenTaLguY (mental)
Date: 2004-11-14 10:08
Message:
Logged In: YES
user_id=791
Hmm, the attachment doesn't seem to have taken for some
reason. Could you please try attaching again?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1066045&group_id=93438
|