In my html code , where i use japanese signs - title ( only title ) is garbled . It's only in japanese environment (OS) . Title shows as something like : �����i�A� . Body shows japanese signs .
I tried to set attributes like 'lang' but it doesn't work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=SHIFT_JIS">
<TITLE>ヘルプ </TITLE>
</HEAD>
<BODY>
<H1>サーバリスト</H1>
サーバリスト画面では、
</BODY>
</HTML>