Open michelole opened 6 years ago
A digit marker should be on the same regex class of digits, so use any digit instead of Ð.
Relates to #17.
This also reduce memory consumption by not requiring Unicode (but we still need to transliterate ß).
A digit marker should be on the same regex class of digits, so use any digit instead of Ð.
Relates to #17.