Date: Sat, 20 May 2006 16:23:34 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/libchewing Makefile ports/chinese/libchewing/files patch-src-char.c patch-src-dict.c Message-ID: <200605201623.k4KGNYq5064640@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2006-05-20 16:23:34 UTC
FreeBSD ports repository
Modified files:
chinese/libchewing Makefile
Added files:
chinese/libchewing/files patch-src-char.c patch-src-dict.c
Log:
- since isspace(0xa0) return true. When using sscanf(...,"%s",...),
it will treat some UTF8 words containing 0xa0 as spaces.
Thus those words will be skipped.
- added two patch to avoid that problem.
- bump PORTREVISION
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
Revision Changes Path
1.8 +1 -0 ports/chinese/libchewing/Makefile
1.1 +11 -0 ports/chinese/libchewing/files/patch-src-char.c (new)
1.1 +11 -0 ports/chinese/libchewing/files/patch-src-dict.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605201623.k4KGNYq5064640>
