Postgres compare text with special font/encoding

77 Views Asked by At

Our users can submit some data from their phone. Some of them are using some special keyboard, allowing them to submit special text with specific font/encoding, like the one below:


The text submitted is stored as is in our Postgres database. So far so good. However, we need to trigger certain actions based on the content sent. In this example, comparing fast with does not return true (obviously).

Is there a way to compare the two ? Thanks for the help

0

There are 0 best solutions below