Skip to content

Commit

Permalink
"utf8" pragma solves issue with characters rendered wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
joenio committed Jun 9, 2015
1 parent e69524e commit f93ed16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issue_scripts/issue_15.pl
Expand Up @@ -2,6 +2,7 @@
use warnings;
use strict;
use diagnostics;
use utf8;

use lib('../lib/');
use PDF::API2;
Expand Down

0 comments on commit f93ed16

Please sign in to comment.