mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-21 16:04:10 +02:00
Closes #625. json.dumps defaults to ensure_ascii=True, so output_rows emitted '\u65e5\u672c\u8a9e' instead of '日本語' for Japanese. The CSV path already shows the characters verbatim - the JSON path should too. Pass ensure_ascii=False so the bytes match what the CSV output (and the database itself) holds. Signed-off-by: Charlie Tonneslan <cst0520@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| db.py | ||
| hookspecs.py | ||
| plugins.py | ||
| py.typed | ||
| recipes.py | ||
| utils.py | ||