1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-12-04 06:38:23 +01:00
ultrajson/lib
JustAnotherArchivist bc7bdff051 Replace wchar_t string decoding implementation with a uint32_t-based one
This fixes character handling on platforms with 16-bit wchar_t (notably, Windows), which was broken (in different ways) on both CPython and PyPy.

Fixes #552
2022-06-19 23:11:17 +00:00
..
dconv_wrapper.cc dconv no longer uses global instances of StringToDoubleConverter/DoubleToStringConverter 2021-08-03 10:17:10 -04:00
Makefile Lint end-of-file-fixer 2020-05-12 09:36:47 +03:00
ultrajson.h Replace wchar_t string decoding implementation with a uint32_t-based one 2022-06-19 23:11:17 +00:00
ultrajsondec.c Replace wchar_t string decoding implementation with a uint32_t-based one 2022-06-19 23:11:17 +00:00
ultrajsonenc.c Fix memory leak on encoding errors when the buffer was resized 2022-06-04 19:32:56 +00:00