-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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
base: 8.0
Are you sure you want to change the base?
Conversation
mttsch
commented
Jun 30, 2025
Q | A |
---|---|
Branch? | 8.0 |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Issues | |
License | MIT |
6a6e0eb
to
5ac3ea2
Compare
Symfony docs do not need an update because they already use class from the emoji component. |
5ac3ea2
to
009248d
Compare
009248d
to
b01708b
Compare
EmojiTransliterator
b01708b
to
ebfd7a8
Compare
Intl | ||
---- | ||
|
||
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead | |
* Remove `EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead | |
* Remove `EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead |