~jeffpc/libjeffpc#26: 
json: packing must iterate unicode codepoints, not bytes

json_pack_cstr_len currently assumes that input is ASCII. This is clearly the wrong assumption. The code needs to iterate over the unicode codepoints instead.

Status
REPORTED
Submitter
~jeffpc
Assigned to
No-one
Submitted
11 months ago
Updated
11 months ago
Labels
bug

~jeffpc 11 months ago

I have a WIP that needs more testing.

Register here or Log in to comment, or comment via email.