Specifying UTF-8 encoding? #91
Answered
by
Foxtrek64
codeconscious
asked this question in
Q&A
-
I've just started trying out this tool today and am impressed thus far. There's one issue I haven't been able to work out yet on my own or by looking through the documentation: How can I specify UTF-8 encoding for either the entire site or else, if that's not possible, by page? I want to type Japanese in my markdown files, but it's not rendering correctly. |
Beta Was this translation helpful? Give feedback.
Answered by
Foxtrek64
Aug 12, 2021
Replies: 1 comment 4 replies
-
You should be able to specify this in your head. Add this to your _MasterLayout.cshtml <head>
<meta charset="utf-8">
</head> |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
codeconscious
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to specify this in your head. Add this to your _MasterLayout.cshtml