DescriptionMake android jinja wrapper work on utf-8 templates
Jinja2 defaults to utf-8 for templates... unless the template is loaded
using env.from_string. Since we process manifest xml files which are
declared utf-8, the wrapper should treat them as utf-8 properly.
BUG=
Committed: https://crrev.com/dad6da460d13947b90750195bc4957349e670e61
Cr-Commit-Position: refs/heads/master@{#312352}
Patch Set 1 #Patch Set 2 : Use codecs.open instead of str.decode/encode #Messages
Total messages: 18 (6 generated)
|