ceszar Hello, when I'm adding french menus and if they contain the french accent "" it does not appear. How to resolve that? Thank you.
sampoyigi It does not appear where? What version of TI are you using? Are you able to add the menu successfully through the Admin Panel?
ceszar sampoyigi Hello, I’m using the 2.1.1 version or TastyIgniter. The text is correctly displayed on the admin side but not on the client side. You will find an example on the link below: https://drive.google.com/drive/folders/1YDkEDGSHm5E3DRbXWBeO5yqU85SxPId8
ceszar Hello, I solved my issue. It was a mysql problem. I don't know why but when I restart mysql accents appear correctly. Every time I add a new item, I have to restart mysql :/ I'm looking forward to find out why that happens.
sampoyigi ceszar Thanks for pointing out as I was out of ideas. Try to set your database encoding toutf8_general_ci. https://stackoverflow.com/a/8906937
ceszar Hello, Thank you for your advise but the database is already set on utf8_general_ci. I’ll try to set up a new sql server hopping it will resolve that. Thanks again ?