The manakai project

Char::Prop::Unicode::Age

Unicode 8.0.0 Age property

SYNOPSIS

  use Char::Prop::Unicode::Age;
  
  warn unicode_age_n 0x4E00;
  warn unicode_age_c "\x{4E00}";

DESCRIPTION

The Char::Prop::Unicode::Age module exports two functions, unicode_age_n and unicode_age_c, both return the value of Unicode 8.0.0 Age property for the specified character (or code position). unicode_age_n accepts a number representing the code position, while unicode_age_c expects a (utf8-flagged) character, as the first and only argument.

UNICODE VERSION

This module supports Unicode 8.0.0.

This module is expected to be updated once a newer version of Unicode is released.

PROPERTY VALUES

The functions return one of following property values:

SEE ALSO

UAX #44: Unicode Character Database <http://www.unicode.org/reports/tr44/#Age>.

<http://www.unicode.org/Public/UNIDATA/DerivedAge.txt>.

DISTRIBUTION

This module is part of the CharClass project. The latest version of the CharClass package is available from <http://suika.fam.cx/www/charclass/readme>.

AUTHOR

This module is generated by generate-prop-module.pl, which is written by Wakaba <w@suika.fam.cx>.

The module contains character property data extracted from Unicode Data Files distributed by Unicode Consortium under the terms <http://www.unicode.org/copyright.html#Exhibit1>.

LICENSE

Copyright 2011 Wakaba <w@suika.fam.cx>.

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