Module: Ucode::Repo

Defined in:
lib/ucode/repo.rb,
lib/ucode/repo/paths.rb,
lib/ucode/repo/atomic_writes.rb,
lib/ucode/repo/aggregate_writer.rb,
lib/ucode/repo/codepoint_writer.rb

Overview

Repo — writes the output tree under output/.

One folder per codepoint (CJK included), no exceptions:

output/planes/<n>.json
output/blocks/<ORIGINAL_NAME>.json
output/blocks/<ORIGINAL_NAME>/<U+XXXX>/index.json
output/blocks/<ORIGINAL_NAME>/<U+XXXX>/glyph.svg
output/scripts/<ScriptCode>.json
output/index/names.json
output/index/labels.json
output/manifest.json

Defined Under Namespace

Modules: AtomicWrites, Paths Classes: AggregateWriter, CodepointWriter