how to convert double byte character to single byte character in java
807605Oct 9 2007 — edited Oct 9 2007Hi ,
I am working on a japanese struts project. Here i have a text box which accepts mail Id from user. At present if the user enters double byte character mail Id, then my action form throws validation error. I need help to convert these double byte characters to single byte characters and save it into database.
Please help me with some tips or code samples.
Thanks in Advance..