ThomasDickey / original-mawk

bug-reports for mawk (originally on GoogleCode)
http://invisible-island.net/mawk/mawk.html
17 stars 2 forks source link

Multibyte characters #58

Closed ghost closed 5 years ago

ghost commented 5 years ago

Gawk can handle multibyte characters:

$ gawk 'BEGIN { print "\302\266" }'
¶

However Mawk utterly fails:

$ mawk 'BEGIN { print "\302\266" }'
¶
ThomasDickey commented 5 years ago

Duplicate of #43