MorseTranslator.py: don't sanitize away word spaces
authorAntonio Ospite <ao2@ao2.it>
Wed, 23 Dec 2015 18:26:51 +0000 (19:26 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 24 Dec 2015 12:25:09 +0000 (13:25 +0100)
commit551787e77bb5c57c84d88324131b26a4a5a8053c
treed5f26852a2850d421b67e44e1aeeb61a46d93bf1
parent4b296ac4888d610aa49d62ee733389b83d2c9dc7
MorseTranslator.py: don't sanitize away word spaces

Don't strip word spaces when sanitizing strings, those spaces may be
part of the original message.
src/savemysugar/MorseTranslator.py