in reply to Re^4: Perl to Read/Write Window Unicode Text files
in thread Perl to Read/Write Window Unicode Text files

I suggested that you use

<:raw:perlio:encoding(UTF-16le)
or
<:raw:perlio:encoding(UTF-16le):crlf

so I don't understand this reply to my post.

Replies are listed 'Best First'.
Re^6: Perl to Read/Write Window Unicode Text files
by maylin (Initiate) on Aug 11, 2010 at 00:45 UTC
    I tried first one <:raw:perlio:encoding(UTF-16le) and it worked !!! It successfully read text a file in Window "Unicode" format and also saved output file as another "Unicode" text file. Thank you so much !!!