Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jemplate CPAN distribution.

Report information
The Basics
Id: 56147
Status: open
Priority: 0/
Queue: Jemplate

People
Owner: Nobody in particular
Requestors: gernotk [...] gmail.com
Cc:
AdminCc:

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



Subject: Jemplate is not fully unicode aware
Date: Wed, 31 Mar 2010 12:03:44 +0200
To: bug-Jemplate [...] rt.cpan.org
From: Gernot Kieseritzky <gernotk [...] gmail.com>
Jemplate::_preamble contains unicode characters that are not properly decoded since 'use utf8' pragma is missing. Furthermore, it contains several 'open' statements that ignore the encoding of the input, so the input templates are not properly decoded. The latter problem might not be considered a bug, since Jemplate should be encoding agnostic.
Can you elaborate on the difficulty you're having? A test case or scenario would be helpful. As for not using "use utf8", it's my understanding that this is deprecated in 5.8 and above. From 'perldoc perluniintro': "Starting from Perl 5.8.0, the use of "use utf8" is no longer necessary." Thanks