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