]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : handle unicode during partial json parsing (#16526)
authorAldehir Rojas <redacted>
Sun, 12 Oct 2025 13:18:47 +0000 (08:18 -0500)
committerGitHub <redacted>
Sun, 12 Oct 2025 13:18:47 +0000 (16:18 +0300)
commit2c301e91abb92d03c1a682b4b540ba835562a74b
tree0035ef3f50e10330ceb8eebf47022c2755e6e335
parent4b2dae383df708e2afc49c4859a81cd074f5ac10
common : handle unicode during partial json parsing (#16526)

* common : handle unicode during partial json parsing

* common : set missing `ensure_ascii = true` during json dump
common/chat-parser.cpp
common/json-partial.cpp
tests/test-chat-parser.cpp
tests/test-json-partial.cpp