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 555367 - Special characters in CDTEXT displayed verbatim
Special characters in CDTEXT displayed verbatim
Status: RESOLVED INCOMPLETE
Product: brasero
Classification: Applications
Component: general
0.8.1
Other All
: Normal normal
: 0.8
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-10-07 09:37 UTC by Patrik Kullman
Modified: 2009-12-28 02:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Patrik Kullman 2008-10-07 09:37:12 UTC
Please describe the problem:
When burning a CD with CDTEXT and titles with characters like ' or &, their markups are displayed (' and & respectively).

Obviously this works for other users, so maybe this should be configurable.

The player I'm using is the stereo in my car.

Steps to reproduce:
1. Burn audio CD
2. Play CD in car
3. Look at display


Actual results:
I see ' instead of ' in the display

Expected results:
I see ' where ' should be

Does this happen every time?
Yes

Other information:
Comment 1 Philippe Rouquier 2008-12-03 17:27:47 UTC
Thanks for the report and sorry for the delay.
I think the bug may have been fixed in SVN trunk since we now convert the string (in UTF-8) to ISO-8859-1 charset. That should help. Could you test please?
Comment 2 Patrik Kullman 2008-12-05 09:41:26 UTC
I don't have a proper environment for compiling setup, but as soon as a version is released I will download it from some Ubuntu PPA.
Comment 3 Richard 2009-01-29 04:19:38 UTC
Well, I can confirm for you guys both that it has not been fixed. I just downloaded the sources from the trunk, compiled them and nope, the ' still shows up on my car stereo.

Shame, the application works quite good otherwise.

By the way, the version displays 0.9.2.
Comment 4 Philippe Rouquier 2009-08-03 07:35:37 UTC
I think I managed to fix it in master. It was due to the use of g_markup_escape to prevent GtkTreeView from complaining when it saw &, ' characters in a markup string. The problem was that when we access the strings we did not reverse the escaping.
Now master works differently and g_markup_escape is not used anymore.

Could someone give a try to master please?
Comment 5 Akhil Laddha 2009-12-28 02:36:24 UTC
Closing this bug report as no further information has been provided. Please 
feel free to reopen the bug if the problem still occurs with a newer
version of GNOME 2.28.2 or later, thanks.