Seperate Js File Utf-8 Not Working In Asp.net Mvc Razor
I have a textBox. When I click mybtn if myTxtBox is empty a tooltip appears and give the message which attached to 'data-original-title'. It's working fine but when I add turkish c
Solution 1:
If it is a static text then I think you need to change your js file Encoding Type.
Open your js file in Visual Studio. Click to "File" from top left corner. Then click to "Save as" your file. There is an arrow next to the "Save" button. Click to this arrow and select "Save with Encoding" and confirm the Save as process. In "Advanced Save Options" popup select Unicode(UTF-8) Encoding and click "OK".
Post a Comment for "Seperate Js File Utf-8 Not Working In Asp.net Mvc Razor"