Skip to content

Support for multiple Unicode versions. Includes Unicode 10.

Compare
Choose a tag to compare
@mpvl mpvl released this 14 Dec 12:54
· 171 commits to master since this release

As of this release, x/text/ will select the Unicode version for the relevant tables based on the Unicode version of the Go compiler used. Currently Unicode 9 and 10 are supported, which means that x/text will automatically select the right version as of Go 1.7. Keeping tables in sync prevents unexpected behavior and eliminates certain security concerns.