diff options
author | default <nobody@localhost> | 2022-09-20 07:21:47 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-20 07:21:47 +0200 |
commit | 0b69c9abe1465c49371b9192262c44aefecbe190 (patch) | |
tree | 11c7746079c8e32fd68fe289dd8ad1ed0165a267 /xs_json.h | |
parent | b97f4c7a90125812b6d17d5b9f2450708e53a4ba (diff) |
Added support for bigger codepoints in xs_utf8_enc().
Diffstat (limited to 'xs_json.h')
-rw-r--r-- | xs_json.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -244,7 +244,6 @@ d_char *_xs_json_loads_lexer(const char **json, js_type *t) s += 3; tmp[4] = '\0'; - xs_debug(); sscanf(tmp, "%04x", &i); if (i >= 0xd800 && i <= 0xdfff) { |