Skip to content

Instantly share code, notes, and snippets.

@adworse
Last active September 13, 2020 10:41
Show Gist options
  • Save adworse/5807a66a64dc2bc9e84e025af993b660 to your computer and use it in GitHub Desktop.
Save adworse/5807a66a64dc2bc9e84e025af993b660 to your computer and use it in GitHub Desktop.
def counter(string) do
string
|> :unicode.characters_to_binary(:utf8, :utf16)
|> byte_size()
|> div(2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment