View Single Post
Old 05-14-2019, 02:14 PM   #5
siebert
Developer
siebert has a complete set of Star Wars action figures.siebert has a complete set of Star Wars action figures.siebert has a complete set of Star Wars action figures.
 
Posts: 155
Karma: 280
Join Date: Nov 2010
Device: Kindle 3 (Keyboard) 3G / iPad 9 WiFi / Google Pixel 6a (Android)
Untested:

Code:
preprocess_regexps = [
   (re.compile(r'[„“]'),
    lambda match: '"'),
]
siebert is offline   Reply With Quote