in reply to PDF::API2 with special characters
You've got umlauts directly in your source - how is your Perl source file encoded? If it's UTF-8, you need to tell Perl that by saying use utf8;. Or, try using the hex escapes, e.g. "\x{00E4}" for a-umlaut.
(Disclaimer: I don't have experience with PDF::API2.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PDF::API2 with special characters
by aloss (Initiate) on Oct 06, 2014 at 12:55 UTC | |
by Anonymous Monk on Oct 06, 2014 at 13:10 UTC | |
by aloss (Initiate) on Oct 06, 2014 at 13:58 UTC |