Ayhan Ulusoy wrote:
Sorry for the latish reply. I'm now back from vacation.

Yes. The CVS version seems to be working for us now.

I don't know what the new "layer" implementation does, but it seems to
cut it for us at this point. Thanks a lot.

Just out of curiosity... how does the new implementation differ from the
old one?

Previously we were using a tied STDOUT|STDIN now we use perlio layers (if perl was built w/ perlio enabled. I still plan to somehow fix the tied interface to support binmode as well. Steve Hay has posted some code for mp1 on the modperl list a few months ago.


I saw the "print_utf8" test too :-) Thanks.

;)


Something a little fancier doesn't work though :

use encoding 'utf8'; # WON'T WORK.


This line normally would, among other things, force both STDIN & STDOUT
to use the "utf8" layer.


Guess what, it seems to force a guaranteed "seg-fault" as well :-).

I was intending to make a ".t" file for this one, but then I thought
since it seg-faults, it wouldn't be of any use running it as a standard
test, would it?

Of course, we want tests that both fail and segfault. That makes us fix things pretty quickly. Please send it along. I'll look at fixing it next week.


I'm also working on some utf8 request tests. Since we need to test utf8-ness of STDIN as well.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to