The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Text-VisualWidth version 0.02
=============================

This module provides functions to treat half-width and full-width
characters and display correct size of text in one line on terminals
and mobile phones. You can know the visual width of any text and
truncate text by the visual width.
Now this module support EUC-JP and UTF-8 and tested only with Japanese.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2007-2008 by Takaaki Mizuno

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.