Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを実現する良い方法は、HTTP ヘッダーを変更するか、<meta>タグを使用して、ページのエンコーディングを宣言することです。この場合、UTF-8エンコーディングは要件に適合します。
<meta>
UTF-8
HTTP ヘッダー:
Content-Type: text/html; charset=utf-8
HTML ( HTTP ヘッダーによって上書きされます):
<meta charset="UTF-8">