characterset icon indicating copy to clipboard operation
characterset copied to clipboard

Add support for unicode-range wildcard minification

Open strarsis opened this issue 2 years ago • 0 comments

@bramstein; @zachleat: Some unicode-ranges can be even further minified into a wildcard in CSS output (and possibly also in the Unicode Range Interchange tool):

E.g. this unicode-range unicode-range: U+40-4F;

Can be further minified to: unicode-range: U+4?; (As ? stands in for 0-F.)

Originally created in https://github.com/zachleat/glyphhanger/issues/20, but this is the upstream repository.

strarsis avatar Mar 05 '23 23:03 strarsis