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 541340 - ISO8859-1 vs. ISO-8859-1
ISO8859-1 vs. ISO-8859-1
Status: RESOLVED DUPLICATE of bug 526437
Product: gnome-applets
Classification: Other
Component: gweather
2.22.x
Other FreeBSD
: Normal trivial
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-03 02:34 UTC by ezeaguerre
Modified: 2009-01-27 14:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description ezeaguerre 2008-07-03 02:34:35 UTC
Please describe the problem:
I'm running GNOME 2.22.2 on FreeBSD, my current locale is "es_ES.ISO8859-1", however this locale is not recognized by the weather monitor wich displays the "degree" symbol as a box with a cross. However the locale "es_ES.ISO-8859-1" is recognized by the application, but I'm afraid it's not recognized by FreeBSD libc.
I think GNOME or whatever is failing should recognize ISO8859-1 as a synonim for ISO-8859-1.

Steps to reproduce:
1. export LC_ALL="es_ES.ISO8859-1"
2. export LANG="es_ES.ISO8859-1"
3. startx


Actual results:
It doesn't display de degree symbol.

Expected results:
I would expect to see the degree symbol.

Does this happen every time?
Yes

Other information:
Here is a screenshot of the problem: http://img79.imageshack.us/my.php?image=gnomebugst9.jpg
Comment 1 pjv 2008-08-20 19:50:32 UTC
Same problem with the degree symbol. My locale is nl_BE@euro. This should be iso8859-15 as encoding. I can't say anything about the hyphen as I don't understand how this would be in my case. As a side note, the degree symbol in the weather functionality that has been added to the clock in 2.22 has the same problem too. For clarity, I would like the small circle back please.
Comment 2 Dan Winship 2009-01-27 14:46:22 UTC
this is fixed in 2.26; previously we were using the single-glyph "degrees C" symbol, now we've split it into separate symbols because many fonts don't have the combined glyph.


*** This bug has been marked as a duplicate of 526437 ***