RE: a brain dump on i18n, tomcat, xerces, oracle, etc.....

2001-03-05 Thread Tagunov Anthony
On Mon, 5 Mar 2001 11:05:44 +0200, Amir Nuri wrote: >But when I get the text from an html form to my servlet, and put it into a >string (by getParameter) I get text in UTF-8 (3 bytes for character), Maybe the problem is here: usually i have to do the following: new String (request.getParameter(

Re: a brain dump on i18n, tomcat, xerces, oracle, etc.....

2001-03-04 Thread Tagunov Anthony
On Sun, 4 Mar 2001 14:53:58 -0500, Michael Mealling wrote: >This is where things got tricky. The APIs in Xerces make you think >that you'll get a properly converted string out but you don't. >Node.getNodeValue() gives you a String that contains bytes that are >still UTF-8 encoded! You have to do

a brain dump on i18n, tomcat, xerces, oracle, etc.....

2001-03-04 Thread Michael Mealling
Hi all, I've been struggling and bugging folks here for a few weeks now with trying to get some i18n stuff working with tomcat and xerces talking to an Oracle backend. I finally have it all working and here's the subsequent brain dump: The architecture: We're implementing the CNRP protocol (h