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 :  /usr/local/lib64/perl5/Unicode/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/lib64/perl5/Unicode/UTF8.pm
package Unicode::UTF8;

use strict;
use warnings;

BEGIN {
    our $VERSION    = '0.62';
    our @EXPORT_OK  = qw[ decode_utf8 encode_utf8 valid_utf8 ];
    our %EXPORT_TAGS = (
        all => [ @EXPORT_OK ],
    );

    require XSLoader;
    XSLoader::load(__PACKAGE__, $VERSION);

    require Exporter;
    *import = \&Exporter::import;
}

1;


Hry