googlefonts / googlefonts/diffenator2
Support `--characters` from a file
- Dominant language
- Python
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I want to test the following chars:
```
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¥§¨©ª«®¯°²³´¶·¸¹º»¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿĀāĂ㥹ĆćĊċČčĎďĐđĒēĖėĘęĚěĞğĠġĢģĦħĪīĮįİıIJijĶķĹĺĻļĽľĿŁłŃńŅņŇňŊŋŌōŐőŒœŔŕŖŗŘřŚśŞşŠšŢţŤťŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽžǍȘșȚțȷˆˇ˘˙˚˛˜˝ẀẁẂẃẄẅẞỲỳ –—‘’‚“”„•…‹›⁄⁰⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉€™−◌
```
I can't though, because there's special characters in there, so I have to fight my shell's escaping rules and then ninja's (because the string is inserted verbatim). Please add a way to have the code read the characters from a file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.