Thread
:
How to allow extended ASCII German characters in my EPUB?
View Single Post
11-10-2015, 12:41 PM
#
7
crankypants
Hmm.
Posts: 124
Karma: 2016606
Join Date: Oct 2015
Device: Android 4.2 Google Play Reader
It worked! Thank you. Here's the Perl open statement I used:
Quote:
open($OUTFILE,">:encoding(UTF-8)",$outfile) || die "$procname ERROR: Could not open $outfile.\n";
print $OUTFILE "blah blah foo\n";
...
crankypants
View Public Profile
Find More Posts by crankypants
Track Posts by crankypants via RSS