is there a way to implement german quotes (so-called ‘Gänsefüßchen’)
„ („) and “ (“)
in a function to convert english-quoted strings like
I say “Hallo”
to
I say „Hallo“
the &bdquo should only apply at the beginning, the &ldquo at the end of an string.
Here is the function, tested and works fine.
Note: the &bdquo applies only at the beginning, the &rdquo only at the end of an string. (hsz’s solution isn’t following that rule)
Test: