1String::ToIdentifier::EUNs:e:rUnCiocnotdrei(b3u)ted PerlStDroicnugm:e:nTtoaItdieonntifier::EN::Unicode(3)
2
3
4
6 String::ToIdentifier::EN::Unicode - Convert Strings to Unicode English
7 Program Identifiers
8
10 use utf8;
11 use String::ToIdentifier::EN::Unicode 'to_identifier';
12
13 to_identifier 'foo亰bar∑'; # foo亰BarNDashArySummation
14
16 This module is a subclass String::ToIdentifier::EN, see that module for
17 details.
18
19 Unlike String::ToIdentifier::EN, this module will not convert the
20 Unicode subset of "\w" into ASCII.
21
23 Optionally exports the to_identifier function.
24
26 String::ToIdentifier::EN, Text::Unidecode, Lingua::EN::Inflect::Phrase
27
29 Rafael Kitover, "<rkitover@cpan.org>"
30
32 Please report any bugs or feature requests to
33 "bug-string-toidentifier-en at rt.cpan.org", or through the web
34 interface at
35 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-ToIdentifier-EN>.
36 I will be notified, and then you'll automatically be notified of
37 progress on your bug as I make changes.
38
40 <http://github.com/rkitover/string-toidentifier-en>
41
43 More information on this module is available at:
44
45 • RT: CPAN's request tracker (report bugs here)
46
47 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=String-ToIdentifier-EN>
48
49 • AnnoCPAN: Annotated CPAN documentation
50
51 <http://annocpan.org/dist/String-ToIdentifier-EN>
52
53 • CPAN Ratings
54
55 <http://cpanratings.perl.org/d/String-ToIdentifier-EN>
56
57 • MetaCPAN
58
59 <https://metacpan.org/module/String::ToIdentifier::EN>
60
61 • Search CPAN
62
63 <http://search.cpan.org/dist/String-ToIdentifier-EN/>
64
66 Copyright (c) 2011 Rafael Kitover <rkitover@cpan.org>.
67
68 This program is free software; you can redistribute it and/or modify it
69 under the terms of either: the GNU General Public License as published
70 by the Free Software Foundation; or the Artistic License.
71
72 See http://dev.perl.org/licenses/ for more information.
73
74
75
76perl v5.32.1 2021-01-2S7tring::ToIdentifier::EN::Unicode(3)