Add raised cap-height cent sign (¢) variants to VSAM (#2044).
This commit is contained in:
parent
6f59a5250c
commit
c7440bb5a2
6 changed files with 103 additions and 50 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue