On 12/22/23 11:21, Mark Thomas wrote:
On 22/12/2023 10:01, jean-frederic clere wrote:

Yep, is there an "easy" way to configure the CharsetMapperDefault.properties used by the mapper?

Add the following to the global web.xml

   <locale-encoding-mapping-list>
     <locale-encoding-mapping>
       <locale>ja</locale>
       <encoding>Shift_JIS</encoding>
     </locale-encoding-mapping>
   </locale-encoding-mapping-list>

Yes thanks!


Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


--
Cheers

Jean-Frederic


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to