I am trying to copy paste Kannada language content on the website from a word document.
The Published content in the front-end looks fine with the proper Kannada fonts. (I’ve used custom fonts & css).
The issue is with the back-end.
The title and content appear gibberish!
I Understand this is some kind of a encoding issue. But am not able to figure out what.
Can someone guide me on what i am missing?
So far i have tried Database character sets & collation set to utf8 / utf8mb4 and collation to utf8_general_ci also, utf8mb4 and collation utf8mb4_unicode_ci
Nothing worked! Any pointers much appreciated. Thanks in advance.