MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Allow non-ASCII characters #259

Closed leskerr closed 3 years ago

leskerr commented 3 years ago

Change ASCII encoding to Latin-1.

Note: UTF-8 doesn't fix the problem in the case where MKOB 2.5 users include accented letters in their station ID.

258