Skip to content

Commit

Permalink
add mappings for LIGHT LEFT/RIGHT TORTOISE SHELL BRACKET ORNAMENT
Browse files Browse the repository at this point in the history
Apparently they're often mistaken for square brackets.

from #3
  • Loading branch information
christianp committed Feb 28, 2024
1 parent 29b5e8a commit e3bae08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brackets.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Character Name Normalised Character Normalised Name Mapped to
RIGHT WHITE SQUARE BRACKET RIGHT WHITE SQUARE BRACKET ]
ORNATE LEFT PARENTHESIS ORNATE LEFT PARENTHESIS (
FULLWIDTH RIGHT WHITE PARENTHESIS RIGHT WHITE PARENTHESIS )
LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT [
LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT ]
8 changes: 8 additions & 0 deletions final_data/brackets.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
"\uff60": [
")",
[]
],
"\u2772": [
"[",
[]
],
"\u2773": [
"]",
[]
]
}

0 comments on commit e3bae08

Please sign in to comment.