Skip to content

ensure_ascii=False for all terminal-facing JSON output#9

Merged
alderpath merged 1 commit into
masterfrom
fix/ensure-ascii-false-json
May 29, 2026
Merged

ensure_ascii=False for all terminal-facing JSON output#9
alderpath merged 1 commit into
masterfrom
fix/ensure-ascii-false-json

Conversation

@alderpath

Copy link
Copy Markdown
Contributor

Fixes Unicode escaping in JSON output — instead of \u2014.

All 105 typer.echo(json.dumps(...)) calls now use ensure_ascii=False. 97 single-line, 8 multiline. Tests pass (386/386).

Fixes Unicode escaping (\u2014 → —) in JSON output. 97 single-line
and 8 multiline json.dumps() calls updated. Tests pass (386/386).
@alderpath alderpath merged commit 28e132d into master May 29, 2026
8 checks passed
@alderpath alderpath deleted the fix/ensure-ascii-false-json branch May 29, 2026 09:05
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