Hello,
I hvve a problem to use Japanese character on .net hosting server(in US).
I can not view the Japanese character correctly. it turn into garbage.
In the same sever .asp has no problem to use japanese.
Any help or hint appreciate...
the cord is:
<%@Page Language="VB" Debug="True"%>
<html>
<head>
<title>AspDotNet</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
</head>
<body>
<% Dim TextSize As Integer %>
<% For TextSize = 1 To 7 %>
<font size = <%=TextSize%>>
“ú–{Œê<br>
</font>
<% Next %>
</body>
</html>
kea