0

I was developing MVC3 application. In my Application, there will be a number of Chinese and Japanese characters. When showing those characters on the webpage I was getting some weird characters appears on the screen instead of Chinese or Japanese characters. Can anyone tell me how can i show above mentioned language characters without any issue on the page.

I have Tried the below way

font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;  // But this way didn't help me out.

Thanks

4

1 に答える 1

0

ISO 文字セットを使用している場合は、これらの言語の 文字セットに適したものを使用する必要があります

または、文字セットを UTF-8 に設定するだけで、ページ自体の言語を気にする必要はありません。それでも奇妙な文字が表示される場合は、何らかの方法でエンコーディングを上書きしているか、HTML コードの形式が正しくない可能性があります。

乾杯、デッドプール

于 2013-08-12T21:43:24.833 に答える