Bug 102777 - [PATCH] chinese/irssi: Fixes character width issue in CJK environment.
Summary: [PATCH] chinese/irssi: Fixes character width issue in CJK environment.
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: 2006-09-02 08:20 UTC by Yi-Hsuan Hsin
Modified: 2006-09-02 17:06 UTC (History)
1 user (show)

See Also:


Attachments
zh-irssi-0.8.10_2.patch (10.35 KB, patch)
2006-09-02 08:20 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 2006-09-02 08:20:20 UTC
Fixes utf8_width() to return FULLWIDTH for ambiguous width characters(*) and
some characters that should be FULLWIDTH in CJK environment.
This patch affects only for users who run irssi with term_charset=utf-8.
Non-utf-8 irssi doesn't use utf8_width() to calculate character width.

*: See Unicode Standard Annex #14 ( http://www.unicode.org/reports/tr14/ ) for
   more information about ambiguous width characters.

Added file(s):
- files/patch-eaw

Port maintainer (vanilla@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-02 08:20:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2006-09-02 17:06:46 UTC
State Changed
From-To: open->closed

Committed, thanks.