Skip to content

Commit

Permalink
* Add screenshots of console output of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Jul 7, 2018
1 parent e8f3846 commit 4b2cf99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ else
}
```

![Virtual Terminal Processing](doc/VirtualTerminalProcessing.png)

## Disable line and echo input

By default line and echo input is enabled for Java. Therefore an application can only read a whole line at once from standard IN after the user entered the line and pressed ENTER.
Expand All @@ -44,6 +46,8 @@ else
}
```

![Disabled Line And Echo Input](doc/DisabledLineAndEchoInput.png)

## Change code page of Windows console to UTF-8 (Windows)

Change the code page of the Windows console to UTF-8 so that non ASCII characters can be printed to the console.
Expand All @@ -60,4 +64,6 @@ else
{
System.err.println("Utf8 Code Page not enabled!");
}
```
```

![UTF-8 Code Page](doc/Utf8CodePage.png)
Binary file added doc/DisabledLineAndEchoInput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/Utf8CodePage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/VirtualTerminalProcessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b2cf99

Please sign in to comment.