uniworld 0.2.0

Correct Unicode text handling for every script: bidi, line breaking, segmentation, normalization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# UniWorld documentation

Published documentation lives here.

- **Integration guides** (per language/platform) live in `docs/integration/`.
- **Contributing** (building, testing, submitting test cases, dictionaries) starts at `docs/contributing/README.md` and the root `CONTRIBUTING.md`.
- **Unicode showcase** stress-test document lives at `docs/UniWorld_Unicode_Showcase_TEST_OUTPUT.md` (and may be rendered to PDF alongside it). The showcase illustrates why tools built on UniWorld (same segmentation, width, line-break behavior everywhere) avoid the layout and export surprises that generic pipelines introduce; see the doc intro and root README "Why UniWorld."

For design, architecture, and roadmap:

- `_development/docs/UniWorld_PROJECT.md` — full project spec (source of truth).
- `.cursor/rules/PROJECT_ROADMAP.mdc` — checklisted roadmap used during development.