Former-commit-id: e4548835da2fb3009325c18a983af83e18a4efaf
@@ -300,6 +300,7 @@ this.singlefile.lib.modules.fontsMinifier = this.singlefile.lib.modules.fontsMin
}
function testUnicodeRange(docContent, unicodeRange) {
+ unicodeRange = singlefile.lib.helper.removeQuotes(unicodeRange);
if (unicodeRange) {
const unicodeRanges = unicodeRange.split(REGEXP_COMMA);
let invalid;