Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 70681 - Some special char's display wrong
Summary: Some special char's display wrong
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: vte
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 67218 79579 CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2002-08-03 23:16 UTC by P Jones
Modified: 2007-04-18 16:45 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-11-10 20:15:24 UTC
Embargoed:


Attachments (Terms of Use)

Description P Jones 2002-08-03 23:16:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020724

Description of problem:
Gnome terminal displays the 7 charactor as umm...
 /\
| |
^^^
(Sorrta a "A" with the middle line at the bottom)
instead of the "centered ."  that other term's (console, xterm, etc) display
(note echo 7 | xxd  gives 0000000: b70a           ..)


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.open gnome-term
2. hit AltGr-.
3. You do have AltGr mapped, right?
	

Additional info:

Comment 1 Havoc Pennington 2002-08-04 15:39:06 UTC
Can you add information about your current locale (echo $LANG)?

Comment 2 P Jones 2002-08-04 16:59:09 UTC
I've tried it with en_US.iso885915 and en_GB (modified $GDM_LANG and restarted X).  
Actually, I'm not really sure where $GDM_LANG is supposed to be set, so I set it
in ~/.i18n.  I noted that /etc/profile.d/lang.sh overrides $LANG with $GDM_LANG,
but can't find where it gets $GDM_LANG from in the first place.
[root@blip etc]# grep GDM_LANG $(find) -c | grep -v :0$
./X11/xinit/xinitrc.d/xinput:2
./profile.d/lang.csh:2
./profile.d/lang.sh:2
But it's SET in none of these.

Comment 3 Havoc Pennington 2002-08-04 17:08:37 UTC
GDM_LANG is set by gdm.

Note that the default en_US locale is en_US.UTF-8 not iso885915; 
the problem is possibly a mismatch where the X server is sending UTF-8.


Comment 4 P Jones 2002-08-04 18:58:04 UTC
Ok. for some, unknown reason, it wasn't setting $GDM_LANG to that- I selected
American English manualy and it did set $GDM_LANG (and thus $LANG) to
en_US.UTF-8, but it still mis-displaied the char.

Comment 5 P Jones 2002-08-04 19:06:38 UTC
as a side note, AltGr-. and Compose-.-. seem to both give the centered dot
(0xC2B7) in xterm, while in Gnome-terminal Compose-.-. gives 0xCB99 (a centered
dot) and AltGr-. does the 0xC2B7 ( The Wedge)

Comment 6 P Jones 2002-08-04 20:30:21 UTC
a few other things along the same vein that don't work are Non-Breaking space (
d compose-SPACE-SPACE d should be three non-whitespace letters) Compose-1-2
should give =, and Compose-1-4 should <.  

The Compose-.-. in my previous message looks more raised then centered, but I'd
be willing to beleive that's a font thing.

Comment 7 Ray Strode [halfline] 2004-11-10 20:15:24 UTC
This looks fixed now.


Note You need to log in before you can comment on or make changes to this bug.