Skip to content

[Intl] Remove deprecated EmojiTransliterator #60986

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

Open
wants to merge 1 commit into
base: 8.0
Choose a base branch
from

Conversation

mttsch
Copy link
Contributor

@mttsch mttsch commented Jun 30, 2025

Q A
Branch? 8.0
Bug fix? no
New feature? yes
Deprecations? no
Issues
License MIT

@mttsch mttsch force-pushed the feature/EmojiTransliterator branch from 6a6e0eb to 5ac3ea2 Compare June 30, 2025 16:57
@carsonbot carsonbot added this to the 8.0 milestone Jun 30, 2025
@mttsch
Copy link
Contributor Author

mttsch commented Jun 30, 2025

Symfony docs do not need an update because they already use class from the emoji component.

@mttsch mttsch force-pushed the feature/EmojiTransliterator branch from 5ac3ea2 to 009248d Compare June 30, 2025 16:59
@mttsch mttsch force-pushed the feature/EmojiTransliterator branch from 009248d to b01708b Compare June 30, 2025 17:08
@mttsch mttsch changed the title [Intl] Remove deprecated EmojiTransliterator [Intl] Remove deprecated EmojiTransliterator Jun 30, 2025
@mttsch mttsch force-pushed the feature/EmojiTransliterator branch from b01708b to ebfd7a8 Compare June 30, 2025 18:26
Intl
----

* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead
* Remove `EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked explicitly for the FQCN, as I find it hard to spot the difference, as the classname stays the same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xabbuh @OskarStark Can you discuss the issue among yourselves and then tell me which one is the final one I should use. I like to avoid going back and forth unnecessarily :)

8.0
---

* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead
* Remove `EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants