datasette icon indicating copy to clipboard operation
datasette copied to clipboard

ensure_ascii=False

Open mustafa0x opened this issue 2 years ago • 0 comments

Hi, thanks for the project!

For the JSON output, I would consider defaulting to ensure_ascii=False (UTF-8 seems pretty universal) or making it an option. When dealing with non-Latin text, ensure_ascii=True (the default) can triple the size of the output.

mustafa0x avatar Jun 22 '22 19:06 mustafa0x