...
| Code Block |
|---|
<t5x_1_1>Hallo Welt,</t5x_2_1> |
Whitespace Handling
As with tags, you can control how whitespace is sent. For this we have the 'sendWhitespaceAsTag' parameter. If this parameter is set to 'Disabled', all whitespace will be transmitted as it appears in the original text.
However, because some services cannot distinguish between different whitespaces, special whitespaces are often returned as plain spaces. To avoid this, these whitespaces can be converted to tags before transmission. This is done by setting the 'sendWhitespaceAsTag' parameter to 'Enabled'. This is the recommended default setting.