NAME
unifmt - wrap input paragraphs using the ULA
SYNOPSIS
unifmt [-t tabwidth] [-width | -w columns] [input_files ...]
Standard options:
--help  -h
--man   -m
--debug -d
Program options:
--tabs  NUM  -t NUM    set tab columns to NUM (default 8)
--width NUM  -w NUM    set column width to NUM (default 72)
--paragraphs -p        wrap each paragraph (default)
--lines		   wrap each line
DESCRIPTION
TO BE WRITTEN: DESCRIPTION
EXAMPLES
TO BE WRITTEN: EXAMPLES
ERRORS
TO BE WRITTEN: ERRORS
ENVIRONMENT
TO BE WRITTEN: ENVIRONMENT
FILES
TO BE WRITTEN: FILES
PROGRAMS
Calls no other programs.
BUGS
TO BE WRITTEN: BUGS
SEE ALSO
- [UAX #11]
 - 
A. Freytag (2008-2009). Unicode Standard Annex #11: East Asian Width, Revision 17-19. http://unicode.org/reports/tr11/.
 - [UAX #14]
 - 
A. Freytag and A. Heninger (2008-2010). Unicode Standard Annex #14: Unicode Line Breaking Algorithm, Revision 22-26. http://unicode.org/reports/tr14/.
 - Standard Manpages
 - Perl Modules
 - 
Text::Autoformat, Text::LineFold, Text::Wrap, Unicode::LineBreak, and Unicode::GCString.
 
AUTHOR
Tom Christiansen <tchrist@perl.com>
COPYRIGHT AND LICENCE
Copyright 2011 Tom Christiansen.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.