Closed zhjr2019 closed 1 year ago
There is an error and index 0 which means already the first byte is invalid. The spec (https://bsonspec.org/spec.html) does not allow byte 0xB6
as first byte.
When I look at your file, the first byte is 0x6E
, however. Can you please double check your example?
@zhjr2019 Any update?
@nlohmann I don't know how to modify it. Can you teach me?
Description
output: REPLY.bson:有中文 REPLY.bson file: REPLY.zip
Reproduction steps
打开包含中文字符的bson文件。
Expected vs. actual results
能正确读写包含中文字符的bson文件。
Minimal code example
No response
Error messages
Compiler and operating system
windows11
Library version
3.11.2
Validation
develop
branch is used.