Module: Ucode::Glyphs::UniversalSet

Defined in:
lib/ucode/glyphs/universal_set.rb,
lib/ucode/glyphs/universal_set/builder.rb,
lib/ucode/glyphs/universal_set/validator.rb,
lib/ucode/glyphs/universal_set/idempotency.rb,
lib/ucode/glyphs/universal_set/coverage_report.rb,
lib/ucode/glyphs/universal_set/manifest_writer.rb,
lib/ucode/glyphs/universal_set/pre_build_check.rb,
lib/ucode/glyphs/universal_set/manifest_accumulator.rb

Overview

Universal glyph set — one SVG per assigned Unicode codepoint, sourced via the 4-tier resolver using the curated Tier 1 config from TODO 23. The set is the canonical reference for "what Unicode 17 looks like" — every codepoint has exactly one glyph, with documented provenance, in a flat layout designed for fast lookup by audits (TODO 25) and the fontist.org consumer (TODO 27).

Output layout (per TODO 24):

output/universal_glyph_set/
├── manifest.json             # one entry per codepoint + totals
├── glyphs/
│   ├── U+0000.svg
│   └── ...
└── reports/
  ├── by_tier.json          # tier-1: N1, pillar-1: N2, ...
  ├── by_block.json         # per-block tier breakdown
  └── gaps.json             # assigned codepoints with no glyph

Components:

Defined Under Namespace

Modules: Idempotency Classes: Builder, CoverageReport, ManifestAccumulator, ManifestWriter, PreBuildCheck, PreBuildReport, Validator