MorseTranslator.py: fix sanitize_text
authorAntonio Ospite <ao2@ao2.it>
Mon, 14 Dec 2015 16:38:35 +0000 (17:38 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 14 Dec 2015 16:38:35 +0000 (17:38 +0100)
commit475721658d2f3e83eb323e19fde9570e9ebdbd45
tree2121283f4c8a0efa2b23f6dbf89545ce21ece0fe
parent88fce7811221c360966eb3af691a719930a2514d
MorseTranslator.py: fix sanitize_text

Use a regex more adherent to the characters actually translated, also
follow the order in which the characters appear in the signals table.
src/savemysugar/MorseTranslator.py