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