1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Antoine Brodin
3c36249046 Unbreak
PR:		197175
2015-02-08 13:33:52 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
e11b6ba781 Re-roll patch to unbreak build. This is a strange patch and half of the
changes seem to be personal preference settings, so I really have no
idea if this re-roll makes Chinese support work. But it builds.

Feature safe:	yes
2012-11-06 03:40:59 +00:00
Clive Lin
57d75dcb65 Improve multibyte character (big5 actually) display ability of input buffer.
Inspired by:	ports/50374
2003-08-05 13:49:15 +00:00
Clive Lin
d90051fe9b BX takes space as server list seperator. 2002-08-28 18:13:09 +00:00
Clive Lin
ff7e745f9c Fix a longstanding bug, due to bogus big5 encoding. (There is hi-byte,
low-byte, and encoding range of hi-byte and low-byte overlap each other.)
2002-07-06 20:55:59 +00:00
Clive Lin
1579a06fb7 Catch up irc/bitchx. 2002-05-01 13:16:03 +00:00
Clive Lin
70f1ecbdf0 Fix a wrong comment. I've introduced encoding range of Big5+ in rev 1.3.
Found by: Yet another boring multibytes digging task within my company.
2002-01-02 13:44:34 +00:00
Clive Lin
a695ad456a o DONTWANT_NOTIFY_BITCHX_COM
o More localization:
  o Add complete servers list of galaxy network.
  o Change some BX behaviors to reflect TW people's habits.

Submitted by: keichii
2001-03-24 18:40:46 +00:00
Clive Lin
b6f397823f Update Big5 encoding range.
From [\xA1-\xFE][\x40-\x7E\xA1-\xFE] (defined in 1984)
to   [\x81-\xFE][\x40-\x7E\x80-\xFE] (Modern Big5+)

Obtained from: TWBUG
2001-03-18 21:57:09 +00:00
Clive Lin
34c261aa49 Wrong file in previous commit.
Bugged by: keichii@iteration.net
2001-01-09 03:52:01 +00:00
Clive Lin
2be565a241 A zh-tw cursor movement friendly, wrapping clean BitchX. 2001-01-08 18:27:17 +00:00