Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    eval { $converted_text   = `/Desktop/p2t -nodiag -layout -enc UTF-8 $P
    +athDocumentUnicode -` };
    print $converted_text;
    
  2. or download this
    eval { $converted_text   = `$p2tExe, "-nodiag", "-layout", "-enc", "UT
    +F-8", "$PathDocumentUnicode", "-"` };