++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-02 Thread Ben Bookey
] Betreff: RE: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding. dear dear! this reminds me of when i was pulling my hair out for days 4 months back ;) are you saying that when you submit a form, the euro correctly goes into the database? make sure you are pulling out euro characters

Re: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-02 Thread Nikola Milutinovic
Ben Bookey wrote: Hi Allistair, Nikola, et al. Allistair = what made you give up setting up the encoding via the -djvm ?? Nikola == Since you have to support multiple character sets, it would be cleaner if you chose UTF-8 for your DB, in the first place. I do realise that data

WG: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-02 Thread Ben Bookey
[mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 1. September 2004 15:42 An: [EMAIL PROTECTED] Betreff: RE: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding. dear dear! this reminds me of when i was pulling my hair out for days 4 months back ;) are you saying that when you submit

++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-01 Thread Ben Bookey
Dear list, We have a web-based jsp-servlet application performing updates, deletes and inserts into an oracle database running with Tomcat 5. We want to support both american, and european customer client locales, so we want to use either ISO-8859-15 or utf-8. But we are having problems saving

RE: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-01 Thread Allistair Crossley
encoded. -Original Message- From: Ben Bookey [mailto:[EMAIL PROTECTED] Sent: 01 September 2004 09:37 To: Tomcat User List Cc: Allistair Crossley Subject: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding. Dear list, We have a web-based jsp-servlet application

Re: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-01 Thread Nikola Milutinovic
Ben Bookey wrote: Dear list, We have a web-based jsp-servlet application performing updates, deletes and inserts into an oracle database running with Tomcat 5. We want to support both american, and european customer client locales, so we want to use either ISO-8859-15 or utf-8. But we are having

AW: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding.

2004-09-01 Thread Ben Bookey
PROTECTED] Gesendet: Mittwoch, 1. September 2004 10:50 An: Tomcat Users List; [EMAIL PROTECTED] Betreff: RE: ++ Best practive ?? ++ (JSP--Servlet--Database) character encoding. We had to look at several areas: 1. JSP pageEncoding %@ page contentType=text/html; charset=UTF-8 % This ensures