We use a site script to apply site templates in SharePoint online. Recently, it has seemed as though some characters are displaying on the site differently than in the JSON template file.
A sample portion from the site script template:
{
"verb": "addSPView",
"name": "Aktive leverandører",
"viewFields": [
"UID",
"LinkTitle",
"Link",
"Active",
"ApprovedSupplier",
"Classification",
"InternalResponsible",
"Website",
"Created"
],
"query": "<OrderBy><FieldRef Name=\"Created\" Ascending=\"FALSE\" /></OrderBy>",
"rowLimit": 30,
"isPaged": true,
"formatterJSON": "{\"additionalRowClass\":{\"operator\":\":\",\"operands\":[{\"operator\":\"==\",\"operands\":[{\"operator\":\"%\",\"operands\":[\"@rowIndex\",2]},0]},\"sp-css-backgroundColor-neutralBackground\",{\"operator\":\":\",\"operands\":[{\"operator\":\"==\",\"operands\":[{\"operator\":\"%\",\"operands\":[\"@rowIndex\",2]},1]},\"sp-css-backgroundColor-noFill\",\"\"]}]},\"rowClassTemplateId\":\"BgColorAlternateRows\"}",
"replaceViewFields": true
}
What is shown on the site: (https://i.stack.imgur.com/Q9y34.png)
There are few other characters are also shown like this.
The website should display the same character as the JSON file has. Any help would be appreciated.