new line characters
Hi,
Which new line character does Pega support?
In the below, I have 2 patterns that make different new line codes be saved.
▪︎Pattern 1:
Step1. input text into to text-area textbox (have do newline action)
Step2. put on Save button (customized)
- Action set be assigned to the button: Finish Assignment, Refresh -Current harness
>> Result: the newline character \r\n is saved
▪︎Pattern 2:
Step1. input text into text-area textbox (have to do newline action)
Step2. put on Confirm buttom >> a popup is showed
Step3. put on the Save button (Pega default- pzModalButton) of the popup
>> Result: the newline character \n is saved
Why difference happen?