diff options
author | makefu <github@syntax-fehler.de> | 2011-09-28 18:17:55 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-09-28 18:17:55 +0200 |
commit | 5d003d31251807fef9fd7e10d68555a919bed42d (patch) | |
tree | 718231f52593ba91060ab8d9d0da55d474ea0394 /crypto/bin/ukrepl | |
parent | ad22d3ad5a3dda12a417acd1a48aaeb0160e14ff (diff) |
ukrepl: add space variations
Diffstat (limited to 'crypto/bin/ukrepl')
-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'―', |