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