Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nustache incorrectly escapes unicode characters #126

Open
kflu opened this issue Jan 9, 2017 · 0 comments
Open

Nustache incorrectly escapes unicode characters #126

kflu opened this issue Jan 9, 2017 · 0 comments

Comments

@kflu
Copy link

kflu commented Jan 9, 2017

In Nustach:

    open Nustache.Core
    let x = Map.ofList ["name", "你好"]
    Render.StringToString("{{name}}", x)

this code gives "你好" Note that 你好 is escaped incorrectly.

On contrary, in Mustache demo, it renders correctly:

image

kflu added a commit to kflu/picdoc that referenced this issue Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant