perl-unicode

Re: struct encpage_t

2005-09-05 07:13:16
On Sep 05, 2005, at 22:33 , rajarshi das wrote:
Hi,
while running a test in perl-5.8.6 (z/OS), when the
do_encode function is called, struct encpage_t *enc is
passed as a parameter. How is the linked list of
struct encpage_t filled up before do_encode is called
?

Check the following files;

ext/Encode/Encode.xs
ext/bin/enc2xs

Basically what it does is code-paging. It's well-tested on ascii platforms but I am not sure of EBCDIC.

Dan the Encode Maintainer

<Prev in Thread] Current Thread [Next in Thread>