bba397e1b4
* Remove two offending and incorrect patches: GNU getline() should be replaced by standard fgets() with care, as they two return different things (number of characters read vs. pointer to the string). These two patches simply replaced one call with the other, leaving return value unmodified according to what caller had expected, which leads to all sorts of weird crashes and segfaults. Port itself checks for getline() presence and uses bundled implementation if it's not found * As usual, clean up Makefile and port description while I'm here
9 lines
495 B
Text
9 lines
495 B
Text
A collection of writing tools (wenju in Chinese pinyin) such as TIM (Table-
|
|
based Input Method), text file formatter, etc. All the tools are based on
|
|
Unicode. Default input tables include Wubi and Pinyin, among others.
|
|
|
|
This port also provides "wrap" utility which can be used to wrap input text
|
|
to specified width. It correctly takes into account punctuation marks when
|
|
breaking words, and that Latin and Chinese characters have different width.
|
|
|
|
WWW: http://sourceforge.net/projects/wenju/
|