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

fix #48870, normalize U+210F to U+0127 #49559

Merged
merged 1 commit into from
May 2, 2023
Merged

fix #48870, normalize U+210F to U+0127 #49559

merged 1 commit into from
May 2, 2023

Conversation

JeffBezanson
Copy link
Member

fixes #48870

@JeffBezanson JeffBezanson added parser Language parsing and surface syntax minor change Marginal behavior change acceptable for a minor release labels Apr 28, 2023
@JeffBezanson JeffBezanson merged commit e9d678e into master May 2, 2023
@JeffBezanson JeffBezanson deleted the jb/hbar branch May 2, 2023 20:25
c42f added a commit to JuliaLang/JuliaSyntax.jl that referenced this pull request May 12, 2023
c42f added a commit to JuliaLang/JuliaSyntax.jl that referenced this pull request May 13, 2023
KristofferC pushed a commit that referenced this pull request Nov 22, 2023
KristofferC pushed a commit that referenced this pull request Nov 27, 2023
#49559 by @JeffBezanson updated `src/flisp/julia_charmap.h` but missed
[the
comment](https://github.com/JuliaLang/julia/blob/164969f3d06919b073f3aa9ee608e40974ca82d9/src/flisp/julia_charmap.h#L5-L6)
noting that `base/strings/unicode.jl` has to be updated accordingly.

(cherry picked from commit 05f4b05)
mkitti pushed a commit to mkitti/julia that referenced this pull request Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor change Marginal behavior change acceptable for a minor release parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalize "ℏ" (U+210F) to “ħ” (U+0127)
1 participant