PHP 8.3.31
Preview: UnicodeExt.pm Size: 326 B
/usr/local/share/perl5/XML/SAX/PurePerl/Reader/UnicodeExt.pm

# $Id$

package XML::SAX::PurePerl::Reader;
use strict;

use Encode ();

sub set_raw_stream {
    my ($fh) = @_;
    binmode($fh, ":bytes");
}

sub switch_encoding_stream {
    my ($fh, $encoding) = @_;
    binmode($fh, ":encoding($encoding)");
}

sub switch_encoding_string {
    $_[0] = Encode::decode($_[1], $_[0]);
}

1;

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
587 B lr--r--r-- 2019-06-13 23:18:28
Edit Download
1.76 KB lr--r--r-- 2019-06-13 23:18:28
Edit Download
1.65 KB lr--r--r-- 2019-06-13 23:18:28
Edit Download
326 B lr--r--r-- 2019-06-13 23:18:28
Edit Download
1.43 KB lr--r--r-- 2019-06-13 23:18:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).