xslate / p5-Text-Xslate

Scalable template engine for Perl5

Home Page:https://metacpan.org/release/Text-Xslate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conbined utf string & utf bytes

hanabokuro opened this issue · comments

Xslate conbined utf string & utf bytes.

here is reproducing code. https://gist.github.com/hanabokuro/7410579

literal is force upgrade to utf8 at _load_compiled.
https://github.com/xslate/p5-Text-Xslate/blob/master/lib/Text/Xslate.pm#L526

What is "UTF-8 key issues" ?

solved at #98