Skip to content

Latest and greatest #10

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

Closed
wants to merge 12 commits into from
Closed

Conversation

christhekeele
Copy link

This closes #1, closes #8, and closes #9 by merging them all together and resolving conflicts.

mroth and others added 12 commits September 3, 2014 16:16
don’t actually need to define variants first for `char_to_unified`
because unlike `Scanner.bscan/1`, this is matching against an entire
binary rather than just head, so no need to worry about similar out of
order issues.
One or all of these emoji #⃣ #️⃣ *⃣ were causing:
== Compilation error on file lib/exmoji/scanner.ex ==
** (Regex.CompileError) nothing to repeat at position 5795
    (elixir) lib/regex.ex:142: Regex.compile!/2
    lib/exmoji/scanner.ex:43: (module)
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
Prior to this commit exmoji used the old `\x{H*}` format for unicode
escape sequences, which generates warnings with Elixir 1.3. This commit
updates those escape sequences to use the preferred `\xHH` and `\uHHHH`
formats.
@halfdan
Copy link
Collaborator

halfdan commented Apr 1, 2025

Recreated and updated in https://github.com/mroth/exmoji/pull/32/files

@halfdan halfdan closed this Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants