Re: base1024 encoding using Unicode emojis

From: Mathias Bynens via Unicode <unicode_at_unicode.org>
Date: Sun, 11 Mar 2018 15:46:54 +0100

Neat! Prior art:

   - https://github.com/watson/base64-emoji
   - https://github.com/nate-parrott/emojicode


On Sun, Mar 11, 2018 at 6:04 AM, Keith Turner via Unicode <
unicode_at_unicode.org> wrote:

> I created a neat little project based on Unicode emojis. I thought
> some on this list may find it interesting. It encodes arbitrary data
> as 1024 emojis. The project is called Ecoji and is hosted on github
> at https://github.com/keith-turner/ecoji
>
> Below are some examples of encoding and decoding.
>
> $ echo 'Unicode emojis are awesome!!' | ecoji
> 🐦😱🔫🤜👢🔥🇮🐾💎🗓🔯🚜👖🚢🐙🌩💮🔪🎨🤚👥📤🌈📑
>
> $ echo 🐦😱🔫🤜👢🔥🇮🐾💎🗓🔯🚜👖🚢🐙🌩💮🔪🎨🤚👥📤🌈📑 | ecoji -d
> Unicode emojis are awesome!!
>
> I would eventually like to create a base4096 version when there are more
> emojis.
>
> Keith
>
>
Received on Sun Mar 11 2018 - 09:47:45 CDT

This archive was generated by hypermail 2.2.0 : Sun Mar 11 2018 - 09:47:45 CDT