Some of the UTF that might be returned from an API call might be invalid for Karate to process. I was getting the error: SAXParseException; 0; Content is not allowed in prolog. when parsing XML when ...
The character A can be represented as \uuu0041. I noticed that it parses for character literals correctly but not string literals. '\uuu0041'; program [0, 0] - [1, 0 ...