Forum Discussion

NAVTEQ_Support_1's avatar
NAVTEQ_Support_1
Contributor
15 years ago

How can I enter special whitespace characters into request?

In some of our old test we have requests where we entered line feed or carriage return special characters with the following piece of code: <element>${=String.valueOf('\u000A')}</element> I *THINK...