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

agda-input.el: Add some missing characters #4104

Merged
merged 1 commit into from Sep 23, 2019
Merged

agda-input.el: Add some missing characters #4104

merged 1 commit into from Sep 23, 2019

Conversation

rwe
Copy link
Contributor

@rwe rwe commented Sep 22, 2019

Some characters were missing because their numeric Unicode value (code point) is out of sequence of the others in that set. However for those characters, the reason is that those characters are doing double-duty, rather than being actually omitted from the sequence.

This also adds comments for some characters that are actually just plain missing from Unicode, as of the current standard (12.1), so that nobody else goes on a wild goose chase looking for them when they notice that some letters are skipped.

Some characters were missing because their numeric Unicode value is out of
sequence of the others in that set, because the character might be doing
double-duty.

This also adds comments for some characters that are just plain missing
from Unicode, as of the current standard (12.1), so that nobody else
goes on a wild goose chase looking for them.
@rwe rwe added agda-mode Issues relating to the Emacs agda2-mode ux: emacs Issues relating to the Emacs agda2-mode unicode labels Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agda-mode Issues relating to the Emacs agda2-mode unicode ux: emacs Issues relating to the Emacs agda2-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants