.
Read a line of input synchronously from stdin (using UTF8 encoding). Read characters until either a newline is encountered (not included in the result), or 1023 characters have been read.
Read input from stdin.
.