|
NAMEText::NonWideChar::Util - Utility routines for textVERSIONThis document describes version 0.004 of Text::NonWideChar::Util (from Perl distribution Text-NonWideChar-Util), released on 2021-04-16.SYNOPSISuse Text::NonWideChar::Util qw( length_height); # get length as well as number of lines say mbswidth_height("one\ntwo\nthree"); # => [5, 3] DESCRIPTIONThis module provides the non-wide version of some of the routines in Text::WideChar::Util.FUNCTIONSlength_height($text) => [INT, INT]This is the non-wide version of "mbswidth_height()" and can be used if your text only contains printable ASCII characters and newlines.FAQWhy split functionalities of wide character and color support into multiple modules/distributions?Performance (see numbers in the function description), dependency (Unicode::GCString is used for wide character support), and overhead (loading Unicode::GCString).HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/Text-NonWideChar-Util>.SOURCESource repository is at <https://github.com/perlancar/perl-Text-NonWideChar-Util>.BUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/perlancar/perl-Text-NonWideChar-Util/issues>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSOText::WideChar::UtilString::Pad, Text::Wrap Text::ANSI::Util, Text::ANSI::WideUtil AUTHORperlancar <perlancar@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2021, 2016 by perlancar@cpan.org.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |