• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 (
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
This tiny ad will self destruct in five seconds.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic