OBS Browser source not displaying non-english (TAMIL) characters

vapor_anomaly

New Member
Hi All,
I am facing an issue with OBS browser source.
I have a html web page with TAMIL language characters.
It works fine when i open it in my browser (Chrome). [See screenshot 1]
But when i add it as web source it does not display correctly. [See screenshot 2]
The latet log can be found here - latest obs log

Please help me.
Kindly let me know if any more information is needed.

Regards,
Johu.

Screenshot 1:

WorksInOtherBrowsers.JPG


Screenshot 2:

NotWorkingInOBSBrowsers.JPG
 

vapor_anomaly

New Member
This is resolved.
The HTML file needed a 'meta charset' tag. I added the below tag right under the opening 'HTML' tag and it started working.

<meta charset="UTF-8">
 
Top