Source file: /~heha/j/japextra.zip/SPC2NL.AWK

{
 for (i=1; i<=NF; i++) {
  print $i;
 }
}
Detected encoding: ASCII (7 bit)2