njuptxiaot / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

Need Unicode Test Cases #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by gtempacc...@yahoo.com on 7 Apr 2009 at 3:15

GoogleCodeExporter commented 8 years ago
The template engine should explicitly support character encoding, especially if
loading templates from an external source (files, database, etc.).

Original comment by Robert.David.Williams on 14 May 2009 at 7:40

GoogleCodeExporter commented 8 years ago
The template engine should just define that everything is UTF-8.
No options, no complexity, no problem.

Original comment by russ...@gmail.com on 20 Jun 2009 at 6:01