aaronhuggins / cbor-redux

The Concise Binary Object Representation (CBOR) data format (RFC7049) implemented in pure JavaScript, revived.
https://doc.deno.land/https://deno.land/x/cbor_redux/mod.ts
Other
29 stars 6 forks source link

Fix handling of codepoints >= 0xe000 #4

Closed aaronhuggins closed 4 years ago

aaronhuggins commented 4 years ago

Codepoints in [U+E000,U+FFFF] were handled by the surrogate pair code path.