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
Originally reported by: Christopher Roudiez (Bitbucket: croudiez, GitHub: croudiez)
The key-value pair 'AY': 'Y' is included in the _nysiis_transforms dict. It should be in the _nysiis_suffix_map dict. This bug causes any string with a "Y" following a vowel to be miscoded. For example
Originally reported by: Christopher Roudiez (Bitbucket: croudiez, GitHub: croudiez)
The key-value pair 'AY': 'Y' is included in the _nysiis_transforms dict. It should be in the _nysiis_suffix_map dict. This bug causes any string with a "Y" following a vowel to be miscoded. For example
FLOYD -> FLYD (should be FLAD)
SEYMOUR -> SYNAR (should be SANAR)
etc
The text was updated successfully, but these errors were encountered: