Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Latin Extended Additional and Unicode::String

by vkon (Curate)
on Jun 16, 2006 at 14:49 UTC ( [id://555799]=note: print w/replies, xml ) Need Help??


in reply to Latin Extended Additional and Unicode::String

First of all, you should instruct Win32::OLE to use unicode, with the following 2 lines:
use Win32::OLE qw(CP_UTF8); Win32::OLE->Option(CP=>CP_UTF8);
Secondly, it is not good to use obsoleted Unicode::String and Unicode::Map modules, it was used when Unicode in Perl was weak, now you should go other, the robust way, of perl5.8.x

I have scripts using Unicode::String and MSWord, so can share chunks of code on this

BR,
Vadim.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://555799]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-19 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found