Skip to content

fix: preserve non-ASCII characters in JSON output - #152

Open
jijiamoer wants to merge 1 commit into
parallel-web:mainfrom
jijiamoer:local/unicode-json-output
Open

fix: preserve non-ASCII characters in JSON output#152
jijiamoer wants to merge 1 commit into
parallel-web:mainfrom
jijiamoer:local/unicode-json-output

Conversation

@jijiamoer

Copy link
Copy Markdown

Summary

  • emit non-ASCII characters directly in CLI JSON output instead of escaping them as \uXXXX
  • write JSON output files explicitly as UTF-8
  • add regression coverage for both file and stdout output

Test plan

  • uv run ruff check --fix .
  • uv run ruff format .
  • uv run tach check
  • uv run ty check
  • uv run pytest -q (843 passed)

@jijiamoer
jijiamoer requested a review from a team August 23, 2026 10:22
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.

1 participant