The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-Uni

9.003     2015-11-05 23:09:51-05:00 America/New_York
        - when printing combining marks, give them a DOTTED CIRCLE
          with which to combing (β—Œ)

9.002     2014-10-31 20:34:32-04:00 America/New_York
        - add "-8" to show UTF-8 encoded bytes
        - better handling of errors and getopt

9.001     2014-10-26 19:08:57-04:00 America/New_York
        - default behavior is now "dwim"
        - added -n for "search names only"
        - refactored to be testable, but no actual tests exist 😏

9.000     2014-10-24 12:34:12-04:00 America/New_York
        - total rewrite, done with much love, by rjbs
        - now supports lookup by hex code
        - now supports single ascii char lookup
        - now supports multiple fixed substring lookup

[Changes for v8 - 2011εΉ΄ 7月 6ζ—₯ 周三 08ζ™‚32εˆ†43η§’ CST]

* Add advertisement for user to upgrade to Perl 5.14 just
  for searching Emojis. (@rjbs, @miyagawa)

[Changes for v7 - 2011εΉ΄ 6月28ζ—₯ ε‘¨δΊŒ 23ζ™‚28εˆ†09η§’ CST]

* Bump version since 5.014001 < 6.000.

[Changes for v5.14.1 - 2011εΉ΄ 6月28ζ—₯ ε‘¨δΊŒ 22ζ™‚55εˆ†35η§’ CST]

* No functional changes.

* Add "app" and "unicode" keywords to META.yml to see if they
  will show up somewhere on search.cpan.org or metacpan...

  (Thanks to @confound++ for wondering about keywords on IRC.)

[Changes for v6 - 2011εΉ΄ 6月19ζ—₯ 周ζ—₯ 07ζ™‚05εˆ†46η§’ CST]

* Unbundle UnicodeData.txt, using Perl-supplied unicore/Name.pl instead. (RJBS)

* If the argument is a single non-ASCII character, the character itself
  is no longer printed.

* If the argument is a single non-ASCII character, then the character
  itself is printed instead.

[Changes for v5.14.0 - 2011εΉ΄ 6月13ζ—₯ 周一 11ζ™‚36εˆ†52η§’ CST]

* Bump version number since 0.014 < 0.200.

[Changes for v0.14.0 - 2011εΉ΄ 6月 7ζ—₯ ε‘¨δΊŒ 04ζ™‚24εˆ†09η§’ CST]

* Bundle UnicodeData.txt with this distribution as Perl 5.14 no longer
  installs it.

[Changes for v0.12.0 - 2010εΉ΄ 4月13ζ—₯ ε‘¨δΊŒ 21ζ™‚43εˆ†46η§’ CST]

* This module now requires Perl v5.12.0.

* Improved matching speed using memory-intensive :mmap and for(<$fh>) loops.

[Changes for 0.03 - 2009εΉ΄12月11ζ—₯ 周五 20ζ™‚28εˆ†31η§’ CST]

* If the argument to "uni" is a single character, then the character
  itself is also printed out in addition to code and name matches.

[Changes for 0.02 - 2009εΉ΄12月10ζ—₯ 周四 08ζ™‚13εˆ†22η§’ CST]

* Fix module name in POD.
* Error messages are now printed witout tracing info.

[Changes for 0.01 - 2009εΉ΄12月10ζ—₯ 周四 07ζ™‚59εˆ†22η§’ CST]

* First CPAN release.