1
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
f76acf5407
fix: Fix serializing Unicode
The index operator doesn't use the `char` boundaries, but rather
byte boundaries. So I switched back to a simpler, but slightly
less efficient loop that simply adds individual characters to the
output.

It also doesn't escape Unicode anymore, as this shouldn't be an issue
in UTF-8 encoded output files.
2022-12-28 19:48:01 +01:00
d4ea35d273
feat: Implement deserialization 2022-11-25 16:08:58 +01:00
502c2a2986
feat: Implement serialization 2022-11-18 09:21:46 +01:00