Abstract
HOW TO HANDLE THE REQUEST PARAMETER ENCODING(CHARSET) IN ADOBE EXPERIENCE MANAGER(AEM)
The default value for the parameter encoding in AEM is UTF8 — The default request parameter encoding used to decode request parameters into strings.
The configured parameter encoding value e.g UTF8 is used to decode the request parameters to string.
Sometimes we may need to change the default parameter encoding in Adobe Experience Manager(AEM) to handle different language characters.
This tutorial explains the approach to change the default parameter encoding to required values e.g UTF8, ISO-8859–1 etc
The request parameter can be changed by following either one of the below approach
1. Apache Sling Request Parameter Handling
2. Change the encoding for specific form
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni