]> git.lyx.org Git - features.git/commit
Export ' (straight) as ’ (curly) in DocBook
authorThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 9 Dec 2022 00:25:34 +0000 (01:25 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 9 Dec 2022 00:25:34 +0000 (01:25 +0100)
commitd4095dc0e65d292c3ae0772a429d1db662573f14
tree6026b866916d6b3d82ce5c2a5898d0faf8c6c07e
parent126f516efc65482e1fcc1e0250a11e84d2fe6f7a
Export ' (straight) as ’ (curly) in DocBook

This is similar to what LaTeX does in its output.

See the (long) discussion in ticket #11244. Port of ad3e6c69b2ce for DocBook.

This patch requires delaying entire strings instead of just characters, so that the DocBook code path can be as similar to the XHTML one as possible.
src/Paragraph.cpp