On Mon, Dec 20, 2004 at 06:20:41PM -0800, David Wheeler wrote:
> If not, another option is to add a binmode option to Test::Builder (and 
> the modules that depend on it). So you could do something like this:
> 
>   use Test::More tests => 6, binmode => ':utf8';
> 
> Thoughts?

Again, this is not something the user should have to care about.

Only text is shoved through those filehandles so setting them to handle
Unicode should always be the right thing to do, unless it breaks an old
perl.


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern/
I hate war as only a soldier who has lived it can, only as one who has
seen its brutality, its stupidity.
        -- Dwight D. Eisenhower

Reply via email to