Reputation: 1009
I am trying to see why Chrome and Edge are not able to render Chinese text properly, though the same HTML file is able to render the text properly on Firefox.
Minimal repro content -
<html>
<body>
<script>
<copy-pasted script content from https://code.jquery.com/jquery-3.6.0.min.js>
</script>
<p>
菩薩慈悲 Some test
</p>
</body>
</html>
Observations till now are -
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
it works fine.<p>
element in the body works fine.Upvotes: 0
Views: 1391