After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626663 - You must not use 8-bit bytestrings unless you use a text_factory
You must not use 8-bit bytestrings unless you use a text_factory
Status: RESOLVED FIXED
Product: hamster-applet
Classification: Deprecated
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: hamster-applet-maint
hamster-applet-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-11 19:13 UTC by maxx
Modified: 2010-08-11 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description maxx 2010-08-11 19:13:49 UTC
Crash reported in Fedora here: https://bugzilla.redhat.com/show_bug.cgi?id=587881

I can't reproduce it myself but it may have something to do with language setting or 64-bits systems.
Comment 1 Toms Bauģis 2010-08-11 21:02:28 UTC
thanks for the report! fix pushed to master and 2-30 branch.
after installing the fixed version, the report should re-edit all the utf8 strings in the workspaces - and they will be updated to the correct, decoded values. until then the error will keep happening.

we can not make a generic decoding in order to avoid double decoding and stuff like that.