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