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
{{ message }}
This repository was archived by the owner on Aug 19, 2020. It is now read-only.
Hey @norman, do you remember the examples or cases that led you add the automatic NFC normalization?
I'm having trouble coming up with cases where it does anything useful; since unidecoder generally operates on only the first byte, most decomposed sequences still seem to work properly without the NFC.
But there are probably some cases where byte sequences not in NFC form won't be 'ascii'ized' properly, or you wouldn't have added the feature -- I'd like to identify them and add a test or two for em, if possible!