• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Text/H24-May-2008-13042

t/H24-May-2008-6440

ChangesH A D24-May-2008396 118

MANIFESTH A D22-May-2008298 1413

META.ymlH A D24-May-2008316 119

Makefile.PLH A D24-May-2008857 1813

READMEH A D24-May-2008660 2517

VisualWidth.xsH A D22-May-20084.6 KiB184162

ppport.hH A D22-May-2008111.7 KiB4,8131,809

README

1Text-VisualWidth version 0.02
2=============================
3
4This module provides functions to treat half-width and full-width
5characters and display correct size of text in one line on terminals
6and mobile phones. You can know the visual width of any text and
7truncate text by the visual width.
8Now this module support EUC-JP and UTF-8 and tested only with Japanese.
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19COPYRIGHT AND LICENCE
20
21Copyright (C) 2007-2008 by Takaaki Mizuno
22
23This program is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself.
25