Skip to content

Commit 932ce3c

Browse files
committed
Do not normalize spacing around punctuation.
1 parent 2e2c446 commit 932ce3c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scriptshifter/trans.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from unicodedata import normalize as precomp_normalize
77

88
from scriptshifter.exceptions import BREAK, CONT
9-
from scriptshifter.hooks.general import normalize_spacing_post_assembly
109
from scriptshifter.tables import (
1110
BOW, EOW, FEAT_R2S, FEAT_S2R, HOOK_PKG_PATH,
1211
get_connection, get_lang_dcap, get_lang_general, get_lang_hooks,
@@ -381,6 +380,4 @@ def transliterate(src, lang, t_dir="s2r", capitalize=False, options={}):
381380
if ctx.run_hook("post_assembly") == BREAK:
382381
return ctx.dest, ctx.warnings
383382

384-
normalize_spacing_post_assembly(ctx)
385-
386383
return ctx.dest, ctx.warnings

0 commit comments

Comments
 (0)