The Win32::OLE manual says the following about the CP option:

----
This variable is used to determine the codepage used by all translations 
between Perl strings and Unicode strings used by the OLE interface. The default 
value is CP_ACP, which is the default ANSI codepage. Other possible values are 
CP_OEMCP, CP_MACCP, CP_UTF7 and CP_UTF8. These constants are not exported by 
default.
----

I don't understand the impact of this setting. I presume there isn't any, but I 
want to be sure.

The context I'm asking this question in is XML processing involving IIS, CGI, 
Perl 5.6.1 (I know), Win32::OLE and MSXML 6.0.

-- 
Michael Ludwig 
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to