Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Intl] Remove deprecatedEmojiTransliterator#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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mttsch commentedJun 30, 2025
| Q | A |
|---|---|
| Branch? | 8.0 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Issues | |
| License | MIT |
6a6e0eb to5ac3ea2Comparemttsch commentedJun 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Symfony docs do not need an update because they already use class from the emoji component. |
5ac3ea2 to009248dCompareUh oh!
There was an error while loading.Please reload this page.
009248d tob01708bCompareEmojiTransliteratorb01708b toebfd7a8Compare| 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 |
Thank you@mttsch. |
704572a intosymfony:8.0Uh oh!
There was an error while loading.Please reload this page.