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