Home > Software design >  What are these special fonts on my SQL table?
What are these special fonts on my SQL table?

Time:10-19

This is a customer database, the "Name" field is a customer input. The green one is as it should be, regular font. We found a few instances of these special characters, and I don't know if they can harm the DB in any way or cause API issues later so they need to be sanitized.

What are these special characters, and is there any regex we can use on a WHERE clause to find all entries?

Name column on SQL database, highlighted green is the correct one, all other 4 are special characters we may need to sanitize.

NAME:

  • Related