Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@skools-here
Copy link

@skools-here skools-here commented Nov 4, 2025

closes #3531

This patch adds ensure_ascii=False to the json.dumps call in _format_conversation to correctly display Chinese (and other Unicode) characters in the saved conversation logs.


Summary by cubic

Conversation logs now show Chinese and other Unicode characters correctly by setting ensure_ascii=False when dumping the response JSON. Fixes #3531.

Written for commit f8686f4. Summary will update automatically on new commits.

@CLAassistant
Copy link

CLAassistant commented Nov 4, 2025

CLA assistant check
All committers have signed the CLA.

@skools-here skools-here force-pushed the fix-chinese-characters-jsondump branch from d543046 to f8686f4 Compare November 4, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chinese characters in the conversation log are not displayed correctly, 'json.dumps' needs 'ensure_ascii=False' here

2 participants