Documentation
¶
Overview ¶
Command gen produces tables_gen.go from the ISO 5426 .ucm mapping (the ICU Unicode character map for ISO 5426, the UNIMARC extended-Latin character set).
go run ./internal/iso5426/gen # fetches the published .ucm go run ./internal/iso5426/gen file.ucm # uses a local copy
Single-byte entries become the graphic table; two-byte entries (a combining mark byte followed by a base byte) become the precomposition table. The standalone combining marks are hand-maintained in iso5426.go.
Click to show internal directories.
Click to hide internal directories.