jmespath-community / jmespath.terminal

JMESPath exploration tool in the terminal
Apache License 2.0
9 stars 1 forks source link

Fix to print non-ascii characters as-is #8

Closed kit494way closed 1 year ago

kit494way commented 1 year ago

Current implementation prints non-ascii characters as escaped. This makes it unreadable and inconvenient. jp prints non-ascii characters as-is, and jpterm should also do so.

before: before

after: after

kit494way commented 1 year ago

@springcomp Could you review this?