Hi,
The visual studio create the .cshtml file with UTF-8 encdoing. I save it ith "shift-jis" encoding by using 'Advanced save options..' in visual studio.
Now, it shows the Japanese words is displayed in garbled code.
@Html.DisplayName("メニューを生成します。")
I want to know if the razor engine support "shift-jis" encoding.

Thanks

