Support Article
Characters with accent replaced with ? in application profile
SA-30140
Summary
When generating the Application Profile for the new application, all the characters with an accent (i.e. é, í, á, ú, ó) are replaced with a question mark character "?".
Error Messages
Not Applicable
Steps to Reproduce
- Install Pega 7.2.1
- Install Italian Language Pack
- Generate Application Profile
Root Cause
A defect or configuration issue in the operating environment: The file encoding on the JVM was not set to UTF-8 unicode, required to support non-ASCII characters with accents.
Resolution
Perform the following local-change:
Set the following JVM system property:
-Dfile.encoding=UTF-8
Published November 24, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.