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