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