Email or username:

Password:

Forgot your password?
Top-level
Ivan Habunek

@nikitonsky Elixir also gets this right. Even though my terminal renders an extra space after the emoji.

2 comments
Niki Tonsky

@ihabunek nice! does it come from Erlang? Or this is Elixir specifically?

Ivan Habunek

@nikitonsky Just had a look, and it just calls erlang.

Erlang implementation is here:
github.com/erlang/otp/blob/016

Erlang has a script which generates the unicode util code from the unicode spec. Macros would have been nice for that. :)
github.com/erlang/otp/blob/mas

Go Up