Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

latin characters with a grave à adds unknown characters from js to servlet

Avatar

Level 2

Hi Team,

 

The characters like à,â,æ (continuous pressing of a letter) when passed from js to servlet is adding unknow characters. How do i resolve it.

 

JS post request: SampleKeyà.key,

Servlet request:SampleKeyà.key

 

It has changed the character to caps and added a space in the request received at servlet. How are these characters avoided or the request request reaches the servlet as ease ?

 

Thanks.

1 Reply

Avatar

Community Advisor

@Shetty1191 what tools are you using? What are you trying to perform and where exactly do you get the error? Can you please share additional information?