NG
Size: a a a
NG
VG
NG
mymedia@freesia:~$ perl -e 'print "\u0422"'
0422mymedia@freesia:~$
NG
VG
mymedia@freesia:~$ perl -e 'print "\u0422"'
0422mymedia@freesia:~$
perl -plE 's/\\u(....)/chr("0x$1")/ge;'NG
perl -plE 's/\\u(....)/chr("0x$1")/ge;'NG
\u0422NG
VG
NG
AS
!python -m json.tool --no-ensure-ascii.VG
AS
!python -m json.tool --no-ensure-ascii.\uxxxx приводит 🌚AS
NG
NG
VG
EG
EG
EG