Stas Bekman wrote:
Markus Wichitill wrote:
No, Perl can deal with a BOM at the start of a file. But convert_script_to_compiled_handler() puts the BOM in the middle of the string that is eval'ed. A bunch of raw bytes has no place in the middle of a script.
Aha! Now it's clear. Thanks Markus.
Do we know that it's always coming in the first few chars of the script?
Yes, it's always the first 2-4 bytes.
http://www.unicode.org/faq/utf_bom.html#BOM
Thanks for the link, Markus.
I suppose we could add your s/// wrapper to RegistryCooker as a function, so to save time to those who want to write a subclass to handle that.
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html