Skip to content

Commit d962ddb

Browse files
Upgrade Unicode database to v14.0.0 (#11308)
Closes #11288.
1 parent fdd6ef8 commit d962ddb

File tree

5 files changed

+912
-36
lines changed

5 files changed

+912
-36
lines changed

lib/elixir/lib/string.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule String do
6969
## Code points and grapheme cluster
7070
7171
The functions in this module act according to
72-
[The Unicode Standard, Version 13.0.0](http://www.unicode.org/versions/Unicode13.0.0/).
72+
[The Unicode Standard, Version 14.0.0](http://www.unicode.org/versions/Unicode14.0.0/).
7373
7474
As per the standard, a code point is a single Unicode Character,
7575
which may be represented by one or more bytes.

0 commit comments

Comments
 (0)