I don't think I missed anything.use v5.6.1; use strict; use warnings; use utf8; use Win32::OLE; use Carp; Win32::OLE->Option (CP => Win32::OLE::CP_UTF8);
The strings gotten from OLE are indeed UTF8-encoded, but they are still marked as having byte orientation!
Now that's arguably a bug.
—John
In reply to Re: Re: Win32::OLE and character sets
by John M. Dlugosz
in thread Win32::OLE and character sets
by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |