thomashempel / AlfredGoogleTranslateWorkflow

A workflow for Alfred that implements translation from any language to any other language that is supported by google
MIT License
401 stars 41 forks source link

Unicode Normalization: convert all characters with accents into their one-unicode-character form? #29

Open bao-xingchen opened 8 years ago

bao-xingchen commented 8 years ago

Hello Thomas,

Thank you for your great works!

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.

thomashempel commented 8 years ago

I will have a look at this. Thanks for reporting.