View | Details | Raw Unified | Return to bug 2246
Collapse All | Expand All

(-)a/C4/Creators/PDF.pm (-1 / +2 lines)
Lines 49-54 sub new { Link Here
49
49
50
sub End {
50
sub End {
51
    my $self = shift;
51
    my $self = shift;
52
    # if the pdf stream is utf8, explicitly set it to utf8; this avoids at lease some wide character errors -chris_n
53
    utf8::encode($PDF::Reuse::stream) if utf8::is_utf8($PDF::Reuse::stream);
52
    prEnd();
54
    prEnd();
53
}
55
}
54
56
55
- 

Return to bug 2246