RE: Internationalization of characters --UTF8 encoding

2004-10-30 Thread Benson Margulies
Look up the base64 encoding support in the javamail API. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Internationalization of characters --UTF8 encoding

2004-10-29 Thread Shilpa Nalgonda
Hi, I am using Tomcat4.1, Oracle 8i , and XmlRpc to write an application which is supposed to take japanese characters an insert them into database. Is there any setting in Tomcat4 where i should be giving the encoding option. And aslo i get the request from the client in the form of xml and

Re: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Evgeny Gesin
.. is supposed to take japanese characters an insert them into database. Is there any setting in Tomcat4 where i should be giving the encoding option. You can specify parameters for SQL driver when you define DataSource in Tomcat's server.xml. I think most of Oracle drivers can process UTF-8,

RE: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Shilpa Nalgonda
can u point me to a resource how i can do it. -Original Message- From: Evgeny Gesin [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:42 AM To: Tomcat Users List Subject: Re: Internationalization of characters --UTF8 encoding .. is supposed to take japanese characters

RE: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Evgeny Gesin
29, 2004 9:42 AM To: Tomcat Users List Subject: Re: Internationalization of characters --UTF8 encoding .. is supposed to take japanese characters an insert them into database. Is there any setting in Tomcat4 where i should be giving the encoding option. You can specify parameters

RE: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Shilpa Nalgonda
, October 29, 2004 9:42 AM To: Tomcat Users List Subject: Re: Internationalization of characters --UTF8 encoding .. is supposed to take japanese characters an insert them into database. Is there any setting in Tomcat4 where i should be giving the encoding option. You can specify parameters

RE: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Benson Margulies
UTF-7. Or any other ACE. -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:38 PM To: Tomcat Users List Subject: RE: Internationalization of characters --UTF8 encoding Our java Application takes UTF-8 encoded unicode data and sores

RE: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Shilpa Nalgonda
how can i do that any examples... -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 4:59 PM To: Tomcat Users List Subject: RE: Internationalization of characters --UTF8 encoding UTF-7. Or any other ACE. -Original Message- From