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 handling of Unicode characters ð, Å, å #1157

Merged
merged 2 commits into from
Feb 14, 2018

Conversation

edemaine
Copy link
Member

@edemaine edemaine commented Feb 13, 2018

Two Unicode bug fixes:

This is essentially this commit extracted from #1117.

* Fix double handling of ð (math maps to \eth, not special Unicode character)
* Remove Åå special math handling, thanks to KaTeX#1125
@codecov
Copy link

codecov bot commented Feb 13, 2018

Codecov Report

Merging #1157 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1157      +/-   ##
==========================================
- Coverage   79.37%   79.36%   -0.02%     
==========================================
  Files          59       59              
  Lines        3865     3862       -3     
  Branches      648      648              
==========================================
- Hits         3068     3065       -3     
  Misses        662      662              
  Partials      135      135
Impacted Files Coverage Δ
src/symbols.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 627fc11...ae63194. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants