Issue 10: Need Unicode Test Cases
Project Member Reported by gtempacc...@yahoo.com, Apr 6, 2009
This was brought up in discussion about the Java implementation, there are
no tests for Unicode (very important for templates!)

The Python version's output types just relies on the input types, so should
be fine, but need tests.


May 14, 2009
#1 Robert.David.Williams
The template engine should explicitly support character encoding, especially if
loading templates from an external source (files, database, etc.).
Jun 19, 2009
#2 russ...@gmail.com
The template engine should just define that everything is UTF-8.
No options, no complexity, no problem.