Skip to content

Commit

Permalink
Remove Unicode 1 names and add Unicode Name Aliases
Browse files Browse the repository at this point in the history
This adds support in the codepointfromname op for all of the official
Unicode name aliases. It removes the old Unicode 1 names in the name
registry and replaces them with <control-xxxx> with the codepoint
number.

There are only 5 codepoints which have changed their functionality
aside from the 400+ Name Aliases added:

Correction:
  * BELL
    * Used to resolve to U+0007 which caused the 🔔 U+1F514 to be
      inaccessible.
    * The following can be used to access U+0007:
      ALERT, or BEL

Unicode 1 Name removed:
  * LINE FEED (LF):
    * The following can be used instead:
      LINE FEED, NEW LINE, END OF LINE, LF, NL or EOL
  * FORM FEED (FF)
    * The following can now be used instead:
      FORM FEED or FF
  * CARRIAGE RETURN (CR)
    * The following can now be used instead:
      CARRIAGE RETURN or CR
  * NEXT LINE (NEL)
    * The following can now be used instead:
      NEXT LINE or NEL# Please enter the commit message for your changes. Lines starting
  • Loading branch information
samcv committed Jan 13, 2017
1 parent 64e2d93 commit 8161864
Show file tree
Hide file tree
Showing 4 changed files with 30,641 additions and 30,537 deletions.

0 comments on commit 8161864

Please sign in to comment.