in reply to Re: Re: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks
While it seems natural to me now, it took me some time to locate that my troubles with unicode strings was *using* Unicode::String... :-)for my $uchar (split(//, $text)) { my $ord = ord($uchar); ... }
---Lars
|
---|