IOTechSystems / iotech-c-utils

Apache License 2.0
9 stars 7 forks source link

Feature: Improve parsing of Unicode escapes in JSON strings #314

Closed iain-anderson closed 11 months ago

iain-anderson commented 11 months ago

The existing JSON import code recognises Unicode escapes in the form \uXXXX but only translates for the nonprintable characters below point 0020. It should convert all such characters to UTF-8

iain-anderson commented 11 months ago

closed #315