Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make getting Uni seq/cp's case insensitive and add seq from NamedSequ…
…ences.txt

This makes looking up codepoints or sequences by name case insensitive. We store them
all in uppercase when generating the Unicode database and then uppercase any requests we
receive before trying to look them up.

This also adds the sequences from NamedSequences.txt, previously only the Emoji Sequences
and Emoji ZWJ Sequences were in our database.

This also fixes an issue where some of the Emoji sequences used commas which caused a
conflict with standard notation which seperates codepoints by commas, in Perl 6 this would be:
"\c[NUMBER SIGN, COMMA]" which would output: #,
  • Loading branch information
samcv committed Jan 25, 2017
1 parent 76872db commit 2544eb5
Show file tree
Hide file tree
Showing 4 changed files with 33,417 additions and 32,391 deletions.

0 comments on commit 2544eb5

Please sign in to comment.