0

I have all my character sets to UTF-8 right now on my mysql database but for some reason when I use the Snipe IT application when putting a é or è or another special characters i get é in the database, any ideas on how to be able to change this?

therrienri
  • 41
  • 1
  • 1
  • 6
  • Seems like your application is storing special characters as HTML entities. If you have no control over the storing part, you'll want to read and unescape the HTML entities on data retrievel - there's libraries for that in many languages – Jan May 25 '17 at 17:05
  • https://stackoverflow.com/questions/3678980/is-there-a-mysql-function-to-decode-html-entities – Jan May 25 '17 at 17:06

0 Answers0