Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Unicode-EastAsianWidth-12.0-bp156.2.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: perl-Unicode-EastAsianWidth Distribution: SUSE Linux Enterprise 15 SP6
Version: 12.0 Vendor: openSUSE
Release: bp156.2.1 Build date: Sat Jul 22 11:26:23 2023
Group: Development/Libraries/Perl Build host: goat47
Size: 36117 Source RPM: perl-Unicode-EastAsianWidth-12.0-bp156.2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Unicode-EastAsianWidth
Summary: East Asian Width properties
This module provide user-defined Unicode properties that deal with width
status of East Asian characters, as specified in
http://www.unicode.org/unicode/reports/tr11/.

It exports the following functions to the caller's scope, to be used by
Perl's Unicode matching system: 'InEastAsianFullwidth',
'InEastAsianHalfwidth', 'InEastAsianAmbiguous', 'InEastAsianNarrow'
'InEastAsianWide', 'InEastAsianNeutral'.

In accord to TR11 cited above, two additional context-sensitive properties
are exported: 'InFullwidth' (union of 'Fullwidth' and 'Wide') and
'InHalfwidth' (union of 'Halfwidth', 'Narrow' and 'Neutral').

_Ambiguous_ characters are treated by default as part of 'InHalfwidth', but
you can modify this behaviour by assigning a true value to
'$Unicode::EastAsianWidth::EastAsian' at compile time within a 'BEGIN'
block before loading this module:

    BEGIN { $Unicode::EastAsianWidth::EastAsian = 1; }
    use Unicode::EastAsianWidth;

Setting '$Unicode::EastAsianWidth::EastAsian' at run-time used to work on
Perl versions between 5.8 and 5.14 due to an implementation detail, but it
will no longer work on Perl 5.16 and later versions, and hence is not
recommended.

Provides

Requires

License

CC0-1.0

Changelog

* Fri Sep 27 2019 Tina Mueller <tina.mueller@suse.com>
  - Add custom CC0 license to cpanspec.yml
* Tue Sep 03 2019 <timueller+perl@suse.de>
  - updated to 12.0
    see /usr/share/doc/packages/perl-Unicode-EastAsianWidth/Changes
    [Changes for 12.0 - 2018-11-24]
    * Update to Unicode v12.0.0.
    [Changes for 1.40 - 2018-11-24]
    * Fix installation compatibility with Perl 5.26+.
    * Update to Unicode v11.0.0.
* Fri Oct 17 2014 ncutler@suse.com
  - check license (CC0-1.0 should be OK)
  - take maintainership

Files

/usr/lib/perl5/vendor_perl/5.26.1/Unicode
/usr/lib/perl5/vendor_perl/5.26.1/Unicode/EastAsianWidth.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Unicode-EastAsianWidth
/usr/share/doc/packages/perl-Unicode-EastAsianWidth/Changes
/usr/share/doc/packages/perl-Unicode-EastAsianWidth/README
/usr/share/doc/packages/perl-Unicode-EastAsianWidth/README.mkdn
/usr/share/man/man3/Unicode::EastAsianWidth.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024