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