diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-22 17:38:58 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-22 17:39:44 -0500 |
| commit | 28e80e47d708fe346be0ae8d430f1a86d5d3049b (patch) | |
| tree | 7445e115b92832d76bd943d61d18637c9e42f563 /shared-module | |
| parent | df067b498d05ed2acd20ba39b7e4f97ebe4fae6a (diff) | |
makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRs
New contributor @mdroberts1243 encountered an interesting problem in
which the argument they had named "column_underscore_and_page_addressing"
simply couldn't be used; I discovered that internally this had been
transformed into "column_underscoreā§page_addressing", because QSTR
makes _ENTITY_ stand for the same thing as &ENTITY; does in HTML.
This might be nice for some things, but we don't want it here!
I was unable to find a sensible way to "escape" and prevent this entity
coding, so instead I ripped out support for the _and_ and _or_ escapes.
Diffstat (limited to 'shared-module')
0 files changed, 0 insertions, 0 deletions
