Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Titlecasing renames #3843

Merged
merged 13 commits into from
Aug 11, 2023
Merged

Conversation

Manishearth
Copy link
Member

Implements discussions from #3801 (fixes #3801). Does the following:

  • Renames HeadAdjustment to LeadingAdjustment {Auto, None, ToCased}
  • Renames TailCasing to TrailingCase {Lowercase, Unchanged}
  • Renames _legacy CaseMapper API to _with_only_case_data
  • Removes _legacy TitlecaseMapper APIs (can be re-added later)

This is also the final open stabilization issue, so I'm going to mark this as fixing #3234 . (note for reviewers: if you think there are still outstanding items, feel free to edit the magic issue-closing comment out of this PR body)

components/casemap/src/titlecase.rs Show resolved Hide resolved
components/casemap/src/titlecase.rs Outdated Show resolved Hide resolved
components/casemap/src/titlecase.rs Outdated Show resolved Hide resolved
ffi/diplomat/cpp/examples/casemapping/Makefile.orig Outdated Show resolved Hide resolved
components/casemap/src/casemapper.rs Show resolved Hide resolved
@Manishearth Manishearth merged commit 57b9ea4 into unicode-org:main Aug 11, 2023
25 checks passed
@Manishearth Manishearth linked an issue Aug 11, 2023 that may be closed by this pull request
31 tasks
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.

Decide on naming of "legacy" titlecase adjustment mode Stabilize the icu_casemap component
2 participants