diff options
-rwxr-xr-x | crypto/bin/ukrepl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/bin/ukrepl b/crypto/bin/ukrepl index 2dfaabc4..febe2d96 100755 --- a/crypto/bin/ukrepl +++ b/crypto/bin/ukrepl @@ -53,6 +53,11 @@ punctuation_dict = { '(' : u'⟨', ')' : u'⟩', ':' : u'ː', + ' ' : u' ', + # all different spaces, made for perfect trolling + #' ' : u' ', + #' ' : u' ', + #' ' : u'', #'-' : u'‒', #'-' : u'—', #'-' : u'―', |