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 Dec 2, 2021. It is now read-only.
When I copy and paste the translated word with accents, e.g. géométrie, the é is actually two characters e´ (+U0065 +U0301). I think the one-unicode-character form would be a better choice, since Google Translate outputted the normalization form, which in this case is é (\u00e9).
So is there any possibilities to convert all characters with accents into their one-unicode-character form in the copy-paste? Thank you.