K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-05-20T16:23:34.000000Z K 7 svn:log V 276 - 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 END