molsonkiko / JsonToolsNppPlugin

A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
Apache License 2.0
70 stars 9 forks source link

Pretty-print: Unicode characters are converted to their unicode #41

Closed ghbm-itk closed 1 year ago

ghbm-itk commented 1 year ago

When doing 'Pretty-print current JSON file' some unicode characters are converted to their unicode. Example: "Indledning - præklusivt proklama" ->"Indledning - pr\u00e6klusivt proklama"

Windows 10 JSON Tools v4.0.0.1 Notepad++ v8.4.7 (64 bits) Encoding UTF-8

molsonkiko commented 1 year ago

Fixed in more recent versions, the earliest being 4.7.0, although I recommend downloading the latest, unzipping the x64 or x86 binary depending on whether you have a 64bit or 32bit Notepad++ installation, and replacing the contents of your Notepad++/plugins/JsonTools folder with the contents of the folder that you unzipped.

ghbm-itk commented 1 year ago

The new update to json tools weren't showing up because my notepad wasn't up to date. It works perfectly now, thanks!