aksharamukha icon indicating copy to clipboard operation
aksharamukha copied to clipboard

Showing random characters instead of text

Open arjunj132 opened this issue 2 years ago • 0 comments

When I tried to add the plugin into here and change it to telugu, it showing this:

[
"
\


న

It is not translating to text properly. Is there something else I need to do?

Here is my code, if you need it:

<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-web-plugin/aksharamukha-v3.js">
</script>
<meta charset="UTF=8">

<style>
	:root {
		font-family: 'Inter', sans-serif;
	}

	@supports (font-variation-settings: normal) {
		:root {
			font-family: 'Inter var', sans-serif;
		}
	}
</style>
<center>
	dhṛitarāśhtra
	uvācha<br>dharma-kṣhetre kuru-kṣhetre samavetā yuyutsavaḥ<br>māmakāḥ pāṇḍavāśhchaiva kimakurvata sañjaya<br><br><br>1.1 The King Dhritarashtra asked: "O Sanjaya! What happened on the sacred battlefield of Kurukshetra, when my people gathered against the Pandavas?"<br>
  </center>

arjunj132 avatar Nov 03 '22 00:11 arjunj132