Nice! If anyone's curious about php:
strlen("๐คฆ๐ผโโ๏ธ"); // 17
mb_strlen("๐คฆ๐ผโโ๏ธ"); // 5
grapheme_strlen("๐คฆ๐ผโโ๏ธ"); // 1
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
Nice! If anyone's curious about php:
strlen("๐คฆ๐ผโโ๏ธ"); // 17
mb_strlen("๐คฆ๐ผโโ๏ธ"); // 5
grapheme_strlen("๐คฆ๐ผโโ๏ธ"); // 1