description,owner: New files
clean.do: Add version and date; ufold.1.in: Add copyright year
test.do: New file; do-test: Convert to POSIX
ufold ===== Folds lines at the specified column width (default 80). Program emulating the behavior of fold(1) from the GNU coreutils, but supporting UTF-8. (Was that so hard to make for all this time?) How? Read the source code for details. How to build/install? See INSTALL. Example? $ ufold -s -w 50 LICENSE | less