Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Non-english characters are encoded #315

@danroth27

Description

@danroth27

Reported as aspnet/Razor#409 by @anfomin

Every non-english character is encoded. For example:

@{
    string s = "Добрый день"; // this is Russian text
}
@s

The result is something like:
2015-05-27 9 55 55


Characters displayed correct, but page size increased significantly 👎 Also MVC 5 rendered unicode symbol correctly in HTML source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions