Provide workaround for #192 by Happypig375 · Pull Request #193 · verybadcat/CSharpMath
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters