pasky / speedread

A simple terminal-based open source Spritz-alike (per-word RSVP aligned on optimal reading points)
MIT License
1.06k stars 93 forks source link

Errors are printed while using the program #22

Closed Lambdara closed 7 years ago

Lambdara commented 7 years ago

Now and then the program will print errors.

For example:

Use of the encoding pragma is deprecated at speedread-original/speedread line 39.

and

99918 wpmBytes implicitly upgraded into wide characters as iso-8859-1 at speedread-original/speedread line 194.

This is fixed by some minimal changes as proposed in this pull-request: #21

pasky commented 7 years ago

Merged PR #21