-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for unicode quotes in commands (#927)
* Add support for unicode quotes in commands Quoting spaces in required-label filters is possible via `"` (ASCII 34) and `'` (ASCII 39). This already led to some confusing, when users typed `“` (3-byte Unicode). `@wilhelmklopp` anticipated this and we already discussed a solution that is implemented by this PR. We now support multiple common Unicode quotes by converting them into double quotes (ASCII-34). ``` ✓ supports '«' ✓ supports '»' ✓ supports '“' ✓ supports '”' ✓ supports '„' ✓ supports '‟' ```
- Loading branch information
Dennis Sivia
authored
Aug 29, 2019
1 parent
5b7cbdd
commit 8aa8e7b
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters