Add raised cap-height cent sign (¢) variants to VSAM (#2044).

This commit is contained in:
be5invis 2023-10-13 20:25:02 -07:00
parent 6f59a5250c
commit c7440bb5a2
6 changed files with 103 additions and 50 deletions

View file

@ -33,11 +33,9 @@ async function main(argv) {
nonMergeSets: ligationData.nonMergeSets
}
},
{ spaces: 2 }
null,
2
)
);
await fs.promises.writeFile(
argv.exportPathCov,
JSON.stringify({ version, ...cl }, { spaces: 2 })
);
await fs.promises.writeFile(argv.exportPathCov, JSON.stringify({ version, ...cl }, null, 2));
}