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