Hi,
Is there a way to replace accented characters like ê, ë, ö, é, è, etc. with a regex or other method en not by replacing them hard coded ?
So
ë becomes e
é becomes e
ä becomes a,
etc.
Hi,
Is there a way to replace accented characters like ê, ë, ö, é, è, etc. with a regex or other method en not by replacing them hard coded ?
So
ë becomes e
é becomes e
ä becomes a,
etc.
Hi Nikolaas,
Check out this topic: Map string and diacritical character mapping [DONE]