Bug 50374 - [PATCH] chinese/irssi readline display error in Big5 terminal
Summary: [PATCH] chinese/irssi readline display error in Big5 terminal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 22:10 UTC by Yi-Hsuan Hsin
Modified: 2003-04-01 03:04 UTC (History)
0 users

See Also:


Attachments
file.diff (911 bytes, patch)
2003-03-27 22:10 UTC, Yi-Hsuan Hsin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.