RE: Charsets, i18n and confusion

2000-10-12 Thread Mike Cannon-Brookes
e a lifesaver, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Chuo Sent: Friday, October 13, 2000 12:22 AM To: Orion-Interest Subject: Re: Charsets, i18n and confusion Hello Mike, DB -> EJB -> getter method -> web site What encodin

Re: Charsets, i18n and confusion

2000-10-12 Thread Richard Chuo
Hello Mike, DB -> EJB -> getter method -> web site What encodings should I use where? If the text is Big5 encoded ASCII (is that right? text typed from a Big5 keyboard into the form) do I need to manually convert it to unicode somehow before putting it in the entity bean? Did you changed the enc