ref: 4c6a0eb5d374a752a1d5ac3bcecdf5226afd1285 dir: /bugs-fixed/unicode-null-match.awk/
BEGIN { # str = "\342\200\257" str = "あ" n = gsub(//, "X", str) print n, str }