in reply to
Re: writing utf8 files under WindowsXP
in thread
writing utf8 files under WindowsXP
That will change $_ to contain utf8 data but not be marked by perl as utf8; so if you do that, binmode OUT and omit the ":utf8" on open.
Comment on
Re: Re: writing utf8 files under WindowsXP
In Section
Seekers of Perl Wisdom