My question is:
How can I create a <script> section with attributes using Asp.Net Mvc package optimization?
I need to be able to get something like this in my html result:
<script type="text/javascript" src="myjavascript.js" charset="UTF-8"></script>
The reason is because my "myjavascript.js" contains unicode characters, and in the browser I have square characters instead of the source text.
Can I do this with Asp.Net package optimization classes?
"Quick Google Search" says I canβt.
Thank you for your responses!
source share