Structure containing supported character properties from PropList.txt
property
Noncharacter_Code_Point
property
White_Space
property
Other_Math
property
Other_Alphabetic
property
Other_Lowercase
property
Other_Uppercase
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Unicode.instReprPropList = { reprPrec := Unicode.reprPropList✝ }
Raw string form PropList.txt
Equations
- One or more equations did not get rendered due to their size.
Instances For
Parsed data from PropList.txt
Equations
- Unicode.PropList.data = { noncharacterCodePoint := #[], whiteSpace := #[], otherMath := #[], otherAlphabetic := #[], otherLowercase := #[], otherUppercase := #[] }
Instances For
@[inline]
Check if code point has White_Space
property from PropList.txt
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
Check if code point has Other_Math
property from PropList.txt
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
Check if code point has Other_Alphabetic
property from PropList.txt
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
Check if code point has Other_Lowercase
property from PropList.txt
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[inline]
Check if code point has Other_Uppercase
property from PropList.txt
Equations
- One or more equations did not get rendered due to their size.