Thanks for that. This seems to be consistent with a lot of the articles I have found on the web. Unfortunately, when I use multipart/form-data the servlet does not read that data, I must have to do the output in some different way.
Andoni. ----- Original Message ----- From: "Arnold Shore" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 2:02 PM Subject: RE: UTF-8 Sending Euro symbol to Servlet in Form data. > Sure. They're as follows: > > <FORM ACCEPT-CHARSET="UTF-8, US-ASCII" name='Msgform' METHOD="POST" > action='Newmsg1.asp' ENCTYPE="MULTIPART/FORM-DATA"> > > and > > <HTML> > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> > <head> > > HTH, > > Arnold Shore > Annapolis, MD USA > > -----Original Message----- > From: Andoni [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 4:39 AM > To: Tomcat Users List > Subject: Re: UTF-8 Sending Euro symbol to Servlet in Form data. > > > Did you not have to cast "from" something? > > Would you mind showing me the asp code? > > Thanks, > > Andoni. > > ----- Original Message ----- > From: "Arnold Shore" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, February 17, 2003 9:29 PM > Subject: RE: UTF-8 Sending Euro symbol to Servlet in Form data. > > > > From a lurker: > > > > Maybe it's simply the form's default charset value that's the pblm. I've > > been able to get all UTF8 stuff (into an ASP app'n) by casting the charset > > as utf8 wherever it applies, including page and form. > > > > Arnold Shore > > Annapolis, MD USA > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
