Special character in "entrée" cannot be displayed correctly if defined in a separate javascript file
- by Jazure
Example:
The following string is defined in a json.js file.
var test = "One complimentary entrée with the purchase of an entrée.";
It is included in an index.html file by
<script type="text/JavaScript" src="./json.js"></script>
When the string is displayed in UI, it shows up as
"One complimentary entr?e with the purchase of…