Apostrophe in product.title

Hello, I have an apostrophe in my product title ‘Boucles d’oreilles Lira’. It seems to create a bug because of the apostrophes that surround the all title. I tried “d'oreille”, “d’\oreille”.But it still doesn’t work.
Can someone help me please ?

1 Like

Hi,

Seems like you are facing an issue due to “how apostrophes are interpreted in code, particularly in string literals. In many programming languages, apostrophes (single quotes) need to be escaped properly to prevent syntax errors or bugs.”

Thank you for your answer. Indeed, I tried to but it seems I don’t have the good liquid element to escape it. Do you know how to do it? I tried “d'oreille"and"d’/oreille”.

Thank you

Thank you very much for your help, it works!
Do you know how to return to line in the code? For the moment I have to
write all my code in one line..
Lea