view po/quot.sed @ 2471:6039012d8252

Certain piece of allocated memory was free'd before we were done with it, causing mayhem of accessing (read only, tho) of unassigned memory. Fixed, should close bugzilla #199.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Mar 2008 12:52:18 +0200
parents 6bb98fbbae04
children
line wrap: on
line source

s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g