mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-14 21:31:08 -08:00
revision
This commit is contained in:
parent
8257356efc
commit
ac9d2ebf07
2 changed files with 7 additions and 2 deletions
|
|
@ -34,6 +34,10 @@ public:
|
|||
bool changed = true;
|
||||
const int code = s.at(0).unicode();
|
||||
switch (code) {
|
||||
// undo automatic double hyphen substitution
|
||||
case 8212:
|
||||
s = "--";
|
||||
break;
|
||||
// replace iOS smart quotation marks with standard ones
|
||||
// (English, French, German, ...)
|
||||
case 8216:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue