SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-Char rpm build for : OpenSuSE. For other distributions click perl-XML-Char.

Name : perl-XML-Char
Version : 0.04 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 16:47:03
Group : Development/Libraries/Perl Source RPM : perl-XML-Char-0.04-lp154.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Validate Characters for Xml
Description :
For me it was kind of a surprised to learn that \'char(0)\' is a valid UTF-8
character. All of the 0-0x7F are...

Emo: well it\'s not because that they are valid utf-8 characters that you have to expect XML to accept them

Well of course not, now I know :-)

http://www.w3.org/TR/REC-xml/#charsets defines which characters XML
processors MUST accept:

[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
/* any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. */

This module validates if a given string meets this criteria. In addition
the string has to be a Perl UTF-8 string (\'is_utf8_string()\' - see
perlapi/Unicode-Support).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-X/15.4/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-Char-0.04-lp154.1.1.x86_64.rpm
     

Provides :
perl(XML::Char)
perl-XML-Char
perl-XML-Char(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/XML
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/XML/Char.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/XML
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/XML/Char
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/XML/Char/Char.bs
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/XML/Char/Char.so
/usr/share/doc/packages/perl-XML-Char
/usr/share/doc/packages/perl-XML-Char/Changes
/usr/share/doc/packages/perl-XML-Char/README
/usr/share/man/man3/XML::Char.3pm.gz

 
ICM