[Arsperl-users] Using arsperl with japanese
Brought to you by:
jeffmurphy
|
From: Syed B. \(sbasith\) <sb...@ci...> - 2006-03-22 08:40:33
|
Hi,
=20
I have a web page with the the following in the content type
=20
print "Content-type: text/html; charset=3DShift_JIS\n\n";
The users enter japanese characters on the web page and on submit, I
call another Perl program with the same content type
=20
print "Content-type: text/html; charset=3DShift_JIS\n\n";
and I use the following for login using arsperl
=20
$c =3D ars_Login("server", "user", "pass", "ja_JP" , undef, undef, =
undef)
=20
when i use this and write japanese in the server, and then retrieves
using the user tool, i get junk characters, what is that i am doing
wrong?
=20
This system support japanese using the user tool perfectly.
=20
Environment
-------------------
=20
Database - Oracle UTF8
ARS - 6.0
Server - Unix Solaris
Language - Japanese
=20
Thanks
=20
Syed Abdul Basith
|