rolandweber / Pityoulish

A collection of programming/debugging exercises to support a course on Distributed Systems.
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Tutorial: latin input #66

Closed rolandweber closed 6 years ago

rolandweber commented 6 years ago

The Tutorial program has a latin command to test the character encoding for output. It should also have a way to test the character encoding for input.

Add a new command echo, or accept optional arguments for latin, which will be echoed. Add a section for character encodings to the Tutorial, with troubleshooting tips.