Fix univalue handling of \u0000 characters.
Univalue's parsing of \u escape sequences did not handle NUL characters
correctly. They were, effectively, dropped. The extended test-case
fails with the old code, and is fixed with this patch.
Fix univalue handling of \u0000 characters. 0cc7b2352e74Unpublished Tags None Subscribers None
Description
Details
|