-
-
19 Jun 2021 02:25:36 UTC
- Distribution: App-Uni
- Module version: 9.005
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (321 / 0 / 2)
- Kwalitee
Bus factor: 2- 52.08% Coverage
- License: unrestricted
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (17.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- PERL VERSION SUPPORT
- NAME
- ACKNOWLEDGEMENTS
- AUTHOR
- CONTRIBUTORS
- COPYRIGHT AND LICENSE
NAME
App::Uni - command-line utility to find or display Unicode characters
VERSION
version 9.005
SYNOPSIS
$ uni smiling face 263A ☺ WHITE SMILING FACE 263B ☻ BLACK SMILING FACE $ uni ☺ 263A ☺ WHITE SMILING FACE # Only on Perl 5.14+ $ uni wry 1F63C <U+1F63C> CAT FACE WITH WRY SMILE
DESCRIPTION
This module installs a simple program, uni, that helps grepping through the Unicode database included in the current Perl 5 installation.
For information on how to use uni consult the uni documentation.
PERL VERSION SUPPORT
This module has the same support period as perl itself: it supports the two most recent versions of perl. (That is, if the most recently released version is v5.40, then this module should work on both v5.40 and v5.38.)
Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.
NAME
App::Uni - Command-line utility to grep UnicodeData.txt
ACKNOWLEDGEMENTS
This is a re-implementation of a program written by Audrey Tang in Taiwan. I used that program for years before deciding I wanted to add a few features, which I did by rewriting from scratch.
That program, in turn, was a re-implementation of a same-named program Larry copied to me, which accompanied Audrey for years. However, that program was lost during a hard disk failure, so she coded it up from memory.
Thank-you, Larry, for everything. ♡
AUTHOR
Ricardo Signes <rjbs@semiotic.systems>
CONTRIBUTORS
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
Ricardo Signes has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.
Module Install Instructions
To install App::Uni, copy and paste the appropriate command in to your terminal.
cpanm App::Uni
perl -MCPAN -e shell install App::Uni
For more information on module installation, please visit the detailed CPAN module installation guide.