Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 I want to use Japnese on .net(ENGLISH server)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kea
Starting Member

Japan
7 Posts

Posted - 20 May 2002 :  00:03:46  Show Profile
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

seahorse
Senior Member

USA
1075 Posts

Posted - 20 May 2002 :  01:53:15  Show Profile  Visit seahorse's Homepage
quote:

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



Try this <META HTTP-EQUIV="Content-Type" Content="text/html; charset=x-sjis">
instead of the code highlighted in red above.


Ken

===============
The greatest tragedy is a child without a loving parent.
Go to Top of Page

kea
Starting Member

Japan
7 Posts

Posted - 20 May 2002 :  02:20:25  Show Profile
quote:

Try this <META HTTP-EQUIV="Content-Type" Content="text/html; charset=x-sjis">
instead of the code highlighted in red above.


hello, seahorse
Thanks!, but it makes no difference...sigh...
I have no idea whats couse this trouble.

kea
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.68 seconds. Powered By: Snitz Forums 2000 Version 3.4.07