Accent interpretation function

Hi,

I have in my database some words like “touché” saved in this format:
touché
And my problem is that, when Rails publish this kind of word in a page,
it write: touché

Is there a function for saying to Rails to copy/past the information of
the database without encoding them?

Thanks

Omg, in fact I just need to remove the h in the tag, like this one: <%=h
mon_texte %>
I am so noob :slight_smile:

Thanks anyway.