Help for this page

Select Code to Download


  1. or download this
     use if $^O eq 'MSWin32', 'Win32::OLE', 'CP' => 'CP_UTF8';
    
  2. or download this
    use if $^O eq 'MSWin32', 'Win32::OLE';
    
    ...
        # or maybe
        # Win32::OLE->Options( CP => Win32::OLE::CP_UTF8 );
    }