Smitha Kochunny

Greenhorn
+ Follow
since Apr 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Smitha Kochunny

Hi,

Try using UploadBean (http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html).

Thank You,
Smitha.
18 years ago
JSP
Hi

I want to display static japanese script on my jsp page as well as insert and retrieve data in japanese script.But currently when i use

<%@ page contentType="text/html; charset=utf-8" pageEncoding="MS932" %>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

It displays japanese script.

The database that i am using is SQL Server2000.When inserted (japanese script) from the back end it gets displayed properly.But when i try to insert some japanese script through my jsp page it decodes and goes into the database in some other form,But while retrieving the same data it does not decode it back to its previous form(In japanese script).
The value that gets displayed is some what of the form (???)
The Servers that i m using are JBoss-2.4.9 and Tomcat-4.1.

Please if some one has the solution give it to me ASAP.Japanese Programmers please help if u have to do some settings in the database or server.

Thanks,
Smitha.
18 years ago
JSP