On Tuesday, Dec 3, 2002, at 11:24 Asia/Tokyo, Dan Kogai wrote:
Aw. You can't use 'utf16' for "use encoding" or PerlIO. You have to
specify the endianness. Because of the BOM mark you can't use it for
PerlIO stream.
Hmm.... Even with endianness strictly set PerlIO still warns w/ partial
character warning. Should I mark all UTF as non-PerlIO-savvy (at least
BOMless ones should be done so). Since Partial Character warnings are
handled by PerlIO::encoding, it takes NI-XS to fix the prob....
Dan the Encode Maintainer