Html_entity_decode или encode

Hello

I have import with API an old wordpress website. All is fine now. But when I edit some post I can see html code ans not the real characters :
From
culture "projets et accompagnement"
To
"culture "projets et accompagnement"

How I can force change it into all post ?
rake posts:remap ? An existing regex ? An feature or plugin ?

Thank you if you have any idea.

Определённо существует задача Rake, которая заменит текст во всех постах, а также позволит обрабатывать только те посты, которые содержат определённый текст, чтобы не обрабатывать каждый пост без разбора.