joschan21 / profanity.dev

1.38k stars 106 forks source link

Support for text symbol #20

Open Salman2301 opened 6 months ago

Salman2301 commented 6 months ago

When I use text symbol "f" which looks almost the same as "f" the app doesn't detect it. Would be nice if App treat that symbol same as character f

Salman2301 commented 6 months ago

image

DadiBit commented 6 months ago

To fix it I would implement a Unicode ->ascii filter. I'm pretty sure there are libraries to convert just latin letters (letters like ä, ß and arabic characters should be kept - see #12) :smile: