Unicode-LineBreak Package. Copyright (C) 2009 by Hatuka*nezumi - IKEDA Soji . This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Requirements ============ Perl 5.8.0 or later is required. Optionally, libthai package is needed to support Thai word segmentation: http://linux.thai.net/projects/libthai Install ======= To build and install Unicode-LineBreak package, do: $ perl Makefile.PL $ make $ make test # make install If you don't wish to use XS module, do: $ perl Makefile.PL noxs $ make $ make test # make install Note that non-XS version does not support libthai features. If you wish to disable this feature on XS version, do: $ perl Makefile.PL nolibthai $ make $ make test # make install Documentations ============== Two main modules and some supporting program files are contained. For more details read following POD documentations: Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm Text::LineFold - Line Folding for Plain Text For japonophones, PODs in Japanese language are also included: Unicode::LineBreak::JA_JP - UAX #14 Unicode 行分割アルゴリズム Text::LineFold::JA_JP - プレインテキストの行折り $$