Re: RFR: 8137323: Incorrect parsing of mnemonic in controls text

2021-04-30 Thread Kevin Rushforth
On Fri, 2 Apr 2021 19:47:30 GMT, mstr2 wrote: > This PR fixes incorrect parsing of mnemonic symbols in the following cases: > 1. an escaped double underscore incorrectly shows up as a double underscore > in displayed text > 2. an extended mnemonic incorrectly removes a part of adjacent text >

Re: RFR: 8137323: Incorrect parsing of mnemonic in controls text

2021-04-29 Thread Kevin Rushforth
On Fri, 2 Apr 2021 19:47:30 GMT, mstr2 wrote: > This PR fixes incorrect parsing of mnemonic symbols in the following cases: > 1. an escaped double underscore incorrectly shows up as a double underscore > in displayed text > 2. an extended mnemonic incorrectly removes a part of adjacent text >

Re: RFR: 8137323: Incorrect parsing of mnemonic in controls text

2021-04-29 Thread Ajit Ghaisas
On Fri, 2 Apr 2021 19:47:30 GMT, mstr2 wrote: > This PR fixes incorrect parsing of mnemonic symbols in the following cases: > 1. an escaped double underscore incorrectly shows up as a double underscore > in displayed text > 2. an extended mnemonic incorrectly removes a part of adjacent text >

RFR: 8137323: Incorrect parsing of mnemonic in controls text

2021-04-02 Thread mstr2
This PR fixes incorrect parsing of mnemonic symbols in the following cases: 1. an escaped double underscore incorrectly shows up as a double underscore in displayed text 2. an extended mnemonic incorrectly removes a part of adjacent text As a side effect, this PR also fixes another undocumented