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