Question
1
Replies
411
Views
Tata Consultancy Services
Posted: November 13, 2018
Last activity: January 3, 2019
Closed
Encode with ISO-8859-1 charset for HTTP connection
Pega by default encode using UTF-8 charset. As per my requirement, I need to encode with ISO-8859-1 charset.
We need send encoded message via HTTP connector to service provider.
Below was the message from the service provider
You are using the ´ (Unicode 00B4 ACUTE ACCENT) instead of ' (GSM7 39 Apostrophe).
Hi Manindra,
The way encoding is performed depends on the Server level Encoding Format, that has been specified.
Please try changing the Server Level encoding and try the Use case.
However, HTTP messages get encoded using BASE64, can you please elaborate your Use Case ?
Thanks