# Limitations and non-goals

MoonCollate `v0.1.0` is a default Unicode collation library.

- It does not ship the full CLDR locale tailoring database.
- It does not claim linguistic dictionary order for every locale.
- It does not shape glyphs, compute bidirectional display order, or wrap text.
- It does not provide database indexes or persistent storage.
- It does not make sort keys generated by different configurations comparable.
- It does not copy ICU, Java, Rust, or Python implementation code.

Numeric collation is an optional extension and does not change the default
DUCET conformance profile. Programmatic and CLDR locale tailoring are deferred
until a later release so that `v0.1.0` has a small, verifiable semantic surface.
