After save all "čšćž" characters are saved as chinese

System Information
  • Strapi Version: v4
  • Operating System: mac / Digitalocean
  • Database: postgresql
  • Node Version: >=18.0.0 <=20.x.x
  • NPM Version: 6.0.0
  • Yarn Version:

Hello, I am having issues with encoding with PostgresSqlDB. I am using the internationalization plugin. All my special characters are being saved as Chinese letters. For example I add:
sdsd ščščšč
and it is saved as:
sdsd膷膷膷膷

I have tried adding:

  • client_encoding: ‘utf8’,
  • charset: ‘utf8mb4’,
    to databse.js with no success. Probably Postgresql doesn’t support it.

Please help, any ideas are welcome :nerd_face:

solve the issue :nerd_face: