Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/usr/share/perl5/vendor_perl/XML/Entities/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/usr/share/perl5/vendor_perl/XML/Entities/Data.pod
=head1 Name

XML::Entities::Data - XML entity definitions

=head1 Synopsis

 use XML::Entities::Data;
 $ISONUM_map = XML::Entities::Data::isonum;
 $all = XML::Entities::Data::all;
 @available_sets = XML::Entities::Data::names;
 $reverse_mapping = XML::Entities::Data::char2entity('isonum');

 # regenerate the data
 perl download-entities.pl > XML/Entities/Data.pm
 perl download-entities.pl http://from.where.org/ > Data.pm

=head1 Description

This module is a bunch of hashes encapsulated by subroutines
that map XML entity names to their unicode characters (or strings).
It should be used from the XML::Entities module or the hashes
it provides can be passed to HTML::Entities::_decode_entities.

The data can be re-generated when definitions are changed or altered
or when you want to use another set that is defined someplace
online in an .ent file (of type DTD). See the download-entities.pl
script.

=head1 SEE ALSO

HTML::Entities, XML::Entities

=head1 COPYRIGHT

Copyright 2010 Jan Oldrich Kruza E<lt>sixtease@cpan.orgE<gt>. All rights reserved.

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

=cut

Hry