Re: Win32::OLE - ? encoding of returned strings

2007-05-01 Thread Mike Trotman
this should be done in the wider context of teaching Perl to deal with Windows code pages better. Cheers, -Jan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Trotman Sent: April 29, 2007 2:36 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re

Re: Win32::OLE - ? encoding of returned strings

2007-04-29 Thread Mike Trotman
conversion to UTF8 likely to be correct - or incorrect? IE - does the automatic conversion correctly detect the CP of the OLE output? Thanks Jan Dubois wrote: On Fri, 27 Apr 2007, Mike Trotman wrote: I am writing a CGI application that uses WIN32::OLE to interface to Microsoft ADO, MS Access

Win32::OLE - ? encoding of returned strings

2007-04-27 Thread Mike Trotman
Hi I am writing a CGI application that uses WIN32::OLE to interface to Microsoft ADO, MS Access, SQL Server and MSXML for XML documents and XSLT transformations. I suspect that something in the way I am passing data around (or in the ADO implementation of 'savetoxml') is not dealing correctly

Re: HOWTO Encrypt mail for MS OUtlook

2004-08-20 Thread Mike Trotman
tested it from perl, just that it looks like it should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Trotman Sent: Thursday, August 19, 2004 12:31 PM To: [EMAIL PROTECTED] Subject: HOWTO Encrypt mail for MS OUtlook Hi. I'm considering a project

HOWTO Encrypt mail for MS OUtlook

2004-08-19 Thread Mike Trotman
Hi. I'm considering a project that may involve sending encrypted messages (from an IIS server) to MS Outlook. Has anyone successfully done this - and if so how? (and were there any commercial / cryptography legal issues to consider). I'm assuming that I will need to use some form of S/MIME - and

Re: Passing command line options with ActivePerl

2004-05-25 Thread Mike Trotman
Do you have another program in your path called 'test'? (e.g. some shells have a built-in called 'test' - and its an obvious name (though a bad idea) to use on many projects). Can you run 'which test' - to see where your machine thinks 'test' is? Or can you run '.\test 1 2 3.? I only mention