RE: how can i get the validation in japanese

2010-07-13 Thread Martin Gainty
UTF-8 wont handle dbcs or tbcs languages i would suggest change all encodings (parameter and file,input and output) to UTF-16 ?xml version=1.0 encoding=UTF-8 ? change all XML declaration tags for all XML files to UTF-16 e.g. ?xml version=1.0 encoding=UTF-16 ? freemarker and velocity

Re: how can i get the validation in japanese

2010-07-13 Thread Salish S
Thanks for the reply but my problem is not solved, i had a jsp page in which user enter japanese char there has to use client side validation so that validation message has to be in japanese and if all are correct that has to enter in the mysql db's table in that i'm not sure what the encoding