String::ToIdentifier::EN::Unicode(3) Convert Strings to Unicode English Program

SYNOPSIS


use utf8;
use String::ToIdentifier::EN::Unicode 'to_identifier';
to_identifier 'fooXbarX'; # fooXBarNDashArySummation

DESCRIPTION

This module is a subclass String::ToIdentifier::EN, see that module for details.

Unlike String::ToIdentifier::EN, this module will not convert the Unicode subset of "\w" into ASCII.

EXPORT

Optionally exports the to_identifier function.

AUTHOR

Rafael Kitover, "<[email protected]>"

BUGS

Please report any bugs or feature requests to "bug-string-toidentifier-en at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-ToIdentifier-EN>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

More information on this module is available at:

LICENSE AND COPYRIGHT

Copyright (c) 2011 Rafael Kitover <[email protected]>.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.