Bug 50374

Summary: [PATCH] chinese/irssi readline display error in Big5 terminal
Product: Ports & Packages Reporter: Yi-Hsuan Hsin <mhsin>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Yi-Hsuan Hsin 2003-03-27 22:10:07 UTC
	chinese/irssi's readline routines read and display strings one character
	a time. This cause display problem in a real Big5 terminal (for example, 
	misc/screen with ^A :encoding big5 big5).

Fix: The patch below: 
How-To-Repeat: 
	Install and run misc/screen, type ^A and ":encoding big5 big5" to set
	the encoding of screen. Then start chinese/irssi, key in some Chinese
	words. Screen will "eat" higher bytes of Big5 characters. Pressing ^L
	to redraw screen will correct the output.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-04-01 01:56:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer.
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2003-04-01 03:04:07 UTC
State Changed
From-To: open->closed

Committed, thanks.