Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Function for replacing strings of characters with their respective mathvariant and vice versa.
Documentation
fromUnicodeChar :: Char -> Maybe (TextType, Char) Source #
The inverse of toUnicodeChar
: returns the corresponding
unstyled character and TextType
of a unicode character.