Skip to content

Move unicodedata to internal/unicodedata#223

Merged
benoitkugler merged 1 commit intomainfrom
ucd-intern
Feb 3, 2026
Merged

Move unicodedata to internal/unicodedata#223
benoitkugler merged 1 commit intomainfrom
ucd-intern

Conversation

@benoitkugler
Copy link
Contributor

This PR hides unicodedata away from public API, to ensure future optimisations won't break any users.

As indicated by https://pkg.go.dev/github.com/go-text/typesetting@v0.3.2/unicodedata?tab=importedby it is currently not imported by any users outside our module.

Closes #222

@benoitkugler
Copy link
Contributor Author

I'll go ahead and merge this since @whereswaldon gave his approval in #222 , and there is no actual API change for end users.

@benoitkugler benoitkugler merged commit eb6b289 into main Feb 3, 2026
14 checks passed
@benoitkugler benoitkugler deleted the ucd-intern branch February 3, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module structure : internalize unicodedata

2 participants