Anyway, there must be a way to add an emoji in the title, and not change the URL, since in this forum https://meta.discourse.org/ , if you add an emoji in the title, after the post has been created, the URL doesnโt change.
In my install, if I add an emoji to the title, after the post has been created, the URL does changes.
Thanks. Anyway, I think I found an easy solution to my need. I hope this helps someone else:
1- Go to a page containing an unicode list of emojis, like https://emojipedia.org or Unicode Emoji ๐
2- Copy your emoji and paste it in the title ๐ท ๐ ๐ ๐ท.
It will still appear in the title but not in the url. You can use many emojis ๐ท ๐ ๐ ๐ท , and not only the basic ones, like :) :(
Note: in the editor and in the preview, they are showing if firefox, but not in chrome browser at least in my computer
@codinghorror this is a bit of a strange inconsistency here, I donโt really mind it that much but you can work around emojis sneaking into slug now by having actual emojis in the title vs :smile: and such.
Should we strip emoji from slug unconditionally or just for non-English sites, @techAPJ worked on this last so he can do whatever you think is right here.
For parity with other languages I think we have to strip emoji strings from URLs / titles @techapj โ otherwise it is a giant can of :bug:s to untangle that
The other option is to keep unicode emoji in URLs but do we really want to go there?