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
Unicode has two code points for acute accented vowels, one in the Greek and Coptic block and one in the Greek extended block (for omicron they are U 03CC and U 1F79. The list of accented vowels only takes into account the acute accents in the Greek and Coptic block resulting in some vowels not being properly scanned.
Working with Greek, I normalize (unicodedata.normalize to NFC) everything before processing further. U 1F79 is normalized to U 03CC (https://www.unicode.org/charts/normalization/).
Unicode has two code points for acute accented vowels, one in the Greek and Coptic block and one in the Greek extended block (for omicron they are U 03CC and U 1F79. The list of accented vowels only takes into account the acute accents in the Greek and Coptic block resulting in some vowels not being properly scanned.
Expected behavior
Desktop
The text was updated successfully, but these errors were encountered: