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

Remove deprecated `use encoding` #21

Closed Lambdara closed 7 years ago

Lambdara commented 8 years ago

Without this change a warning is displayed at the start and also at certain points while running (it seems to be the case at double newlines but I'm not 100% sure). The desired behavior should already be there because of use utf8.

I tested it on tea.txt using perl v5.24.0 and it works as intended.

pasky commented 7 years ago

thanks!