Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new AtU8 beam chunk #1078

Merged
merged 1 commit into from
Feb 1, 2017
Merged

Add new AtU8 beam chunk #1078

merged 1 commit into from
Feb 1, 2017

Commits on Jan 30, 2017

  1. Add new AtU8 beam chunk

    The new chunk stores atoms encoded in UTF-8.
    
    beam_lib has also been modified to handle the new
    'utf8_atoms' attribute while the 'atoms' attribute
    may be a missing chunk from now on.
    
    The binary_to_atom/2 BIF can now encode any utf8
    binary with up to 255 characters.
    
    The list_to_atom/1 BIF can now accept codepoints
    higher than 255 with up to 255 characters (thanks
    to Björn Gustavsson).
    José Valim committed Jan 30, 2017
    1 Configuration menu
    Copy the full SHA
    26b59df View commit details
    Browse the repository at this point in the history