Skip to content

Commit 862a57d

Browse files
doc/go1.14: mention update to Unicode 12
Updates #36878 Change-Id: Ia8441de8a04fead1f76c72f662bcb877e2265c3e Reviewed-on: https://go-review.googlesource.com/c/go/+/217133 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4fda21b commit 862a57d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/go1.14.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,17 @@ <h2 id="library">Core library</h2>
663663
</p>
664664
</dl><!-- testing -->
665665

666+
<dl id="unicode"><dt><a href="/pkg/unicode/">unicode</a></dt>
667+
<dd>
668+
<p>
669+
The <a href="/pkg/unicode/"><code>unicode</code></a> package and associated
670+
support throughout the system has been upgraded from Unicode 11.0 to
671+
<a href="https://www.unicode.org/versions/Unicode12.0.0/">Unicode 12.0</a>,
672+
which adds 554 new characters, including four new scripts, and 61 new emoji.
673+
</p>
674+
</dd>
675+
</dl><!-- unicode -->
676+
666677
<h3 id="minor_library_changes">Minor changes to the library</h3>
667678

668679
<p>

0 commit comments

Comments
 (0)