cvs commit: ports/chinese/libchewing Makefile ports/chinese/libchewing/files patch-src-char.c patch-src-dict.c

Cheng-Lung Sung clsung at FreeBSD.org
Sat May 20 09:24:09 PDT 2006


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)


More information about the cvs-all mailing list