ref: 91f35d25cdc9e46efb740c51e2a8b0b0a4dec91a dir: /bugs-fixed/unicode-fs-rs-2.awk/
BEGIN { FS = "א" RS = "בב" OFS = "," } { print $1, $2, $3 }