Commit 4b81d6e
authored
fix: preserve non-ASCII characters in JSON output
Add ensure_ascii=False parameter to json.dumps() when converting results
to JSON strings in _convert_to_content function. This prevents Unicode
characters (like Chinese) from being escaped as \uXXXX sequences, making
the output more readable and user-friendly for multilingual content.1 parent b4c7db6 commit 4b81d6e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
0 commit comments