Bug 144377

Summary: Display of diacritics is mildly broken in ee(1)
Product: Base System Reporter: Ollivier Robert <roberto>
Component: binAssignee: Ed Schouten <ed>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-STABLE   
Hardware: Any   
OS: Any   

Description Ollivier Robert freebsd_committer freebsd_triage 2010-02-28 22:20:01 UTC
	Running ee at the console and typing diacritics (like é or è) shows
    letters as blinking characters in reverse video.

Fix: 

Not sure whether it is a ncurses or a ee issue but in 7.2 it used to
    work fine (even though it didn't in an xterm).
How-To-Repeat: 	Run ee, type one 'é' and observe.
Comment 1 Garrett Cooper 2010-03-01 02:30:35 UTC
Hi Ed,
    Could this be related to the syscons changes in 8.x?
Thanks,
-Garrett
Comment 2 Ed Schouten 2010-03-01 07:55:54 UTC
Hi Garrett,

* Garrett Cooper <yanefbsd@gmail.com> wrote:
>     Could this be related to the syscons changes in 8.x?


Quite odd. ache@ fixed this bug in HEAD, but it seems it didn't get MFCd
back to 8.x.

Can you folks try the following patch to see whether it fixes the issue?

	http://svn.freebsd.org/viewvc/base/head/contrib/ee/ee.c?r1=192954&r2=196750&view=patch

Greetings,
-- 
 Ed Schouten <ed@80386.nl>
 WWW: http://80386.nl/
Comment 3 Volker Werth freebsd_committer freebsd_triage 2010-08-18 20:09:20 UTC
State Changed
From-To: open->feedback

Ed wanted more input 


Comment 4 Volker Werth freebsd_committer freebsd_triage 2010-08-18 20:09:20 UTC
Responsible Changed
From-To: freebsd-bugs->ed

Ed, I think this is your land
Comment 5 Alexander Best freebsd_committer freebsd_triage 2010-09-14 12:20:42 UTC
i cannot reproduce this PR under HEAD, 8.1 (via ssh) or 7.3 (via ssh). the
shell is zsh and $TERM is xterm.

are the exact ascii codes for the characters that are causing problems 0x0e9
and 0x0e8?

cheers
alex

-- 
a13x
Comment 6 Ed Schouten freebsd_committer freebsd_triage 2011-11-07 11:18:19 UTC
State Changed
From-To: feedback->closed

This bug no longer applies. We backported ee to 8 properly.