Skip to content

Commit 8a0d30a

Browse files
authored
Merge pull request #1744 from qdflavel/typos-fix
Fix a couple small typos
2 parents 6f7e928 + 89e3860 commit 8a0d30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-regexp-unicode/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unicode: flag "u" and class \p{...}
22

3-
JavaScript uses [Unicode encoding](https://en.wikipedia.org/wiki/Unicode) for strings. Most characters are encoding with 2 bytes, but that allows to represent at most 65536 characters.
3+
JavaScript uses [Unicode encoding](https://en.wikipedia.org/wiki/Unicode) for strings. Most characters are encoded with 2 bytes, but that allows to represent at most 65536 characters.
44

55
That range is not big enough to encode all possible characters, that's why some rare characters are encoded with 4 bytes, for instance like `𝒳` (mathematical X) or `😄` (a smile), some hieroglyphs and so on.
66

0 commit comments

Comments
 (0)