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