New issue 127: awk: utf() produces garbage
https://bitbucket.org/rsc/plan9port/issue/127/awk-utf-produces-garbage
Anonymous:
```
% unicode 7e4
ߤ
linux 64-bit% /opt/plan9/bin/awk 'BEGIN{print(utf(2020))}' | xd
0000000 ffffffff 0a000000
0000005
osx; /opt/p9p/bin/awk 'BEGIN{print(utf(2020))}' |xd
0000000 0a000000
0000001
```
This works on native plan9. utf() works on p9p for ASCII here.
--
This is an issue notification from
bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.