You are not logged in.
Pages: 1
it can not parse or render Chinese Content .
e.g:
testTpl :=TSynMustache.parse('<h1>Hello {{data.name}} 中国中国 {{data.value}} dollars!</h1>');
mmo2.Text :=testTpl.RenderJSON('{data:{name:"中国",value:10000}}');
it just return some unreadable chars~~~
.
btw:i think add a "loadTemplateFromFile" func would be nice~~
Offline
Pages: 1