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 encoding when getting the parameters from the web form?
We use java.io.InputStreamReader to change the encoding to "Big5".

Does it matter what encoding the entry form page is in? Will it affect the
result?
Yes, it does.

Good luck!
Richard Chuo

Reply via email to