lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 292 forks source link

JSON encoding of unicode chars is broken #506

Open mickaelperrin opened 5 years ago

mickaelperrin commented 5 years ago

For example:

ë

is encoded to

\\uffffffc3\\uffffffab

Two problems:

MacHu-GWU commented 2 years ago

yes, the lpass show ${name} --json encode with ASCII by default not utf-8

supermopf commented 5 months ago

Can confirm this issue.

ü is converted to \uffffffc3\uffffffbc