-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Linux Mint 20
Package: libutf8-all-perl
Version: 0.024-1
perl -Mutf8::all -sle 'print $v' -- -v=привет
пÑивеÑ
This does not work either:
perl -CASD -Mutf8 -Mv5.30 -sle 'print $v' -- -v=привет
This works:
perl -MEncode -sle 'print decode("utf-8", $v)' -- -v=привет
привет
By the way:
ruby -se 'puts $v' -- -v=привет
привет
and
awk -v v=привет 'BEGIN {print v}'
привет
Metadata
Metadata
Assignees
Labels
No labels