Skip to content

Commit 53b8750

Browse files
committed
Update example in README
1 parent 2bc117f commit 53b8750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This repository contains a script that generates this regular expression pattern
99
Note that although Unicode Emoji UTS#51 follows the versioning system used by the Unicode Standard, [the version numbers can be different](https://www.unicode.org/reports/tr51/#EmojiVersions). For example, when Unicode 13.0 was released, so was Emoji 13.0. But later, Emoji 13.1 was published while the Unicode version number remained at 13.0. Therefore, we use the Emoji version as specified in UTS#51 (and not the version of the Unicode Standard itself) to version the different patterns:
1010

1111
```
12+
dist/emoji-13.0/index.txt
13+
dist/emoji-13.0/java.txt
14+
dist/emoji-13.0/javascript.txt
1215
dist/emoji-13.1/index.txt
1316
dist/emoji-13.1/java.txt
1417
dist/emoji-13.1/javascript.txt

0 commit comments

Comments
 (0)