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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to