-
hello all,
Unless I'm missing something obvious I think there is some unexpected behaviour around word segmentation of various multi-codepoint emoji. I've put some [test cases in a repo](https://gi…
-
Aeson can't decode some characters, for example [U+1F3FF](https://en.wikipedia.org/wiki/Fitzpatrick_scale)
```
> JSON.eitherDecode "\"\\ud83c\\udfff\"" :: Either String String
Left "Error in $: Faile…
-
Emoji characters can be modified to use one of five different skin tone modifiers. Each tone is based on the [Fitzpatrick Scale](https://en.wikipedia.org/wiki/Fitzpatrick_scale). See [more here](http:…
-
Android 6.0.1 and iOS 9.3 include emoji that are not currently covered by this project.
I'll update this as I discover which specific ones, but for now:
Flag for St. Vincent and the Grenadines: http…
-
They don't, in the json. But they do on iOS.
Code change:
line 1040:
{
"emoji": "👂",
"description": "ear",
"supports_fitzpatrick": true,
"aliases": [
"ear"
],
"tags": [
…
-
Hi,
Is there a better way to extract all emojis from a string?
This is what i'm doing atm
```
public ArrayList getAllEmojis(String str) {
ArrayList emojis = new ArrayList();
for …
gidim updated
8 years ago
-
Apple added new emoji's this month (April). Will they be added in a certain timeframe?
http://blog.emojipedia.org/apple-2015-emoji-changelog-ios-os-x
-
Hello,
on the Emoji One homepage you are saying:
> http://emojione.com/
>
> [...] But wait, there's more! 😯 Within the coming months, we'll release the newest emoji additions (which unicode announc…