You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the characters supposed to be handled by this library is not correctly counted as numerical and thus breaks comparison.
In particular, fraction characters are counted as text.
This worked before, when the static dictionary was part, which was removed in favor for the slightly faster call to Char.GetNumericValue, but which does not support all those characters.
The text was updated successfully, but these errors were encountered:
Some of the characters supposed to be handled by this library is not correctly counted as numerical and thus breaks comparison.
In particular, fraction characters are counted as text.
This worked before, when the static dictionary was part, which was removed in favor for the slightly faster call to
Char.GetNumericValue
, but which does not support all those characters.The text was updated successfully, but these errors were encountered: