The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Sprintf::Zenkaku - sprintf with zenkaku chars

SYNOPSIS

    use Text::Sprintf::Zenkaku qw(sprintf);

    sprintf "<%3s>", "あ"; # zenkaku char works good

DESCRIPTION

Text::Sprintf::Zenkaku is sprintf with zenkaku chars.

METHOD

sprintf()

sprintf() with zenkaku chars.

calc_width($width, $str)

Zenkaku considered calc width.

REPOSITORY

https://github.com/sago35/Text-Sprintf-Zenkaku

LICENSE

Copyright (C) sago35.

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

AUTHOR

sago35 <takasago@cpan.org>