vincent15000's avatar

Tiptap wysiwyg editor - Encoding problem

Hello,

SOLVED => no problem with tiptap.

I discover tiptap, a very good wysiwyg editor.

I have only one problem : when storing the text into the database, I have an encoding problem.

Amélioration becomes Amélioration.

It's not a database encoding problem, because all other input text fields and even if I have a simple textarea, all works fine.

It's just when I use tiptap editor that I have this problem.

I have read the tiptap documentation, but I don't have found anything about encoding or charset, except in the .editorconfig where charset is set to utf-8.

Do you have any idea how to solve this ?

Thanks for your help.

V

0 likes
1 reply
vincent15000's avatar

I don't have the problem any more.

I forgot that I parsed manually the text via a helper and this action was necessary before, but not any more now.

So there isn't any problem with tiptap.

Please or to participate in this conversation.