Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of syntactically significant unicode equals signs #400

Open
wants to merge 1 commit into
base: kdl-v2
Choose a base branch
from

Conversation

zkat
Copy link
Member

@zkat zkat commented Oct 5, 2024

Fixes: #399

@zkat zkat added the breaking This can only be done for the next major version of KDL label Oct 5, 2024
Comment on lines 134 to -143
#### Equals Sign

Any of the following characters may be used as equals signs in properties:
Only the following character may be used as equals signs in properties:

| Name | Character | Code Point |
|----|-----|----|
| EQUALS SIGN | `=` | `U+003D` |
| SMALL EQUALS SIGN | `﹦` | `U+FE66` |
| FULLWIDTH EQUALS SIGN | `=` | `U+FF1D` |
| HEAVY EQUALS SIGN | `🟰` | `U+1F7F0` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to keep this section? It's has only one reference, in the previous section, that could be replaced with "equals sign (=, code point U+003D)". Regardless, the previous section might need to be reworded anyway (#401).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This can only be done for the next major version of KDL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants