in reply to Re: Win32::OLE SaveAs Unicode
in thread Win32::OLE SaveAs Unicode
Sorry, I was too fast, changing to
$doc->SaveAs( { Filename => $filename_out, FileFormat => wdFormatText, Encoding => '1200', } );
does it better.
A note: I always use Word Macro Recorder and do my processing manually,
then I 'translate' the VBA code to perl code,
which is straight forward normally.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::OLE SaveAs Unicode
by Anonymous Monk on Jun 20, 2018 at 13:52 UTC | |
by choroba (Cardinal) on Jun 20, 2018 at 14:08 UTC | |
by Corion (Patriarch) on Jun 20, 2018 at 14:10 UTC | |
|
Re^3: Win32::OLE SaveAs Unicode
by Anonymous Monk on Jun 20, 2018 at 13:22 UTC |