Junk MultiByte( french chars) passed via Client to Server
Hello Gurus,
I have to send Multibyte characters UTF8 charset from rmi client to Server. currently, I am sending various string data in a HashMap from Client to Server.
In the client side, I think I am passing correct String (French language) but when I extract the value for HasMhap in Server side, I am getting some junk characters wherever there are multibyte chars
Please advise,

