Skip Menu |

This queue is for tickets about the Template-Plugin-Latex CPAN distribution.

Report information
The Basics
Id: 52291
Status: resolved
Priority: 0/
Queue: Template-Plugin-Latex

People
Owner: chris.travers [...] gmail.com
Requestors: aar [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: UTF-8 templates fail
If I set the BOM in my templates or if I force UTF-8 encoding by passing the ENCODING => 'utf8' to the Template constructor, the resulting PDF output is empty.
On Mon Nov 30 14:41:44 2009, AAR wrote: Show quoted text
> If I set the BOM in my templates or if I force UTF-8 encoding by > passing the ENCODING => > 'utf8' to the Template constructor, the resulting PDF output is empty.
LaTeX isn't well known for its handling of UTF-8 documents. You might try xelatex and a recent version of LaTeX::Driver that supports it.
Closing. Nothing we can do about it without further reproduction cases.