]> git.proxmox.com Git - qemu-server.git/commit - PVE/CLI/qm.pm
fix #3754: encode JSON as utf8 for CLI
authorStefan Hrdlicka <s.hrdlicka@proxmox.com>
Wed, 11 May 2022 12:42:37 +0000 (14:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 May 2022 15:20:47 +0000 (17:20 +0200)
commit3b6479ff28aaf4fa1e65ea0a6b2568b381ed4dd0
treebd5fe5d97549bcadaf957b5cf1a5141fa9e57d46
parent23ead37984c2bcb78bd0a6f04ceeb5cb6285c5ea
fix #3754: encode JSON as utf8 for CLI

since this output is printed to the command line it should
be encoded to avoid the wide character warnings

Signed-off-by: Stefan Hrdlicka <s.hrdlicka@proxmox.com>
PVE/CLI/qm.pm