Question
5
Replies
668
Views
Paul Hartmann AG
Posted: July 11, 2018
Last activity: November 13, 2018
Closed
Base64 Encode with ISO-8859-1 charset
Hi,
Pega by default encode using UTF-8 charset. As per my requirement, I need to encode with ISO-8859-1 charset.
CHAR_ENCODING is a final static field in Engine API. Default value set to UTF-8.
Thanks,
***Updated by moderator: Lochan to update platform capability***
I did a search for you and found out the below input.
PD4ML supports by default ISO-8859-1 charset only, In order to output international characters you need to utilize TTF fonts.
Pega does not support ISO-8859-1. You may need to do more research on how to customize it.