Skip to content

Conversation

@Happypig375
Copy link
Collaborator

@Happypig375 Happypig375 commented May 4, 2021

So that

class RussianBreakingEngine : Typography.TextBreak.EngBreakingEngine {
  public override bool CanHandle(char c) => c is >= '\u0400' and <= '\u052f'; // Unicode Cyrillic and Cyrillic Supplement
}
CSharpMath.Rendering.Text.TextLaTeXParser.AdditionalBreakingEngines.Add(new RussianBreakingEngine());

can be used for #192 while awaiting Typography support.

@codecov-commenter
Copy link

Codecov Report

Merging #193 (0964242) into master (a7e11ba) will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   87.34%   87.32%   -0.02%     
==========================================
  Files         156      156              
  Lines       11329    11332       +3     
==========================================
+ Hits         9895     9896       +1     
- Misses       1434     1436       +2     
Impacted Files Coverage Δ
CSharpMath.Rendering/Text/TextLaTeXParser.cs 87.76% <33.33%> (-0.51%) ⬇️

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 a7e11ba...0964242. Read the comment docs.

@Happypig375 Happypig375 requested a review from charlesroddie May 5, 2021 02:31
@Happypig375 Happypig375 merged commit 69fb790 into master May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants