xref: /freebsd/contrib/one-true-awk/bugs-fixed/unicode-fs-rs-2.awk (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
1BEGIN {
2	FS = "א"
3	RS = "בב"
4	OFS = ","
5}
6
7{ print $1, $2, $3 }
8