This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes HOW TO DISPLAY JAPANESE TEXT IN THE BROWSER (very very urgent ) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HOW TO DISPLAY JAPANESE TEXT IN THE BROWSER (very very urgent )" Watch "HOW TO DISPLAY JAPANESE TEXT IN THE BROWSER (very very urgent )" New topic
Author

HOW TO DISPLAY JAPANESE TEXT IN THE BROWSER (very very urgent )

mou haj
Ranch Hand

Joined: Sep 12, 2001
Posts: 81
Please please can anybody help me!!
My problem is that I read a Japanese Data from a file ie katakana script and want to display it on the browser.
the encoding type im using is JISAutoDetect and the html charset=x-sjis ... but when im printing it it is coming all as junk. PLEASEEEEEEEEEEE can any body throw some light on this its really urgent...
Thanks a l-o-t in advance (
Bhuvana Madhav
Greenhorn

Joined: Sep 24, 2001
Posts: 5
Hi,
Go to the site http://theweb.badm.sc.edu/kunshinim/ and download uwcjkstdtt.exe file.This exe is avaliable in many other sites too. Install this in your machine. Try to run this html page then.see whether you can able to see the japanese char displayed. Charset is case sensitive. so before u use different charset check for proper case.
<HTML>
<HEAD>
<TITLE>�V�_��������������</TITLE>
<META http-equiv="Content-type" content="text/html; charset=Shift_JIS">
</HEAD>
<body>
<td width="77" bgcolor="#99ccff" nowrap align="center">
<font lang="JA" size="2" color="#000000">
�s��������</font></td>
<input type=text name=txt value=''>
</body>
</html>
Regards,
Bhuvana
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HOW TO DISPLAY JAPANESE TEXT IN THE BROWSER (very very urgent )
 
Similar Threads
URGENT!!
URGENT......
Urgent
Urgent
urgent