1
0
mirror of https://github.com/golang/go synced 2024-11-23 14:50:07 -07:00
go/src/unicode
Brad Fitzpatrick 05f8b44d5e unicode: fix SpecialCase to follow its docs & respect explict no-op mappings
If SpecialCase contains an explicit CaseRange with zero deltas,
respect those and don't fall back to the default behavior.

Fixes #25636

Change-Id: Ic554c6b3dd462b1b39c75194eec469b6ff4aa55b
Reviewed-on: https://go-review.googlesource.com/117155
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
2018-06-17 08:48:39 +00:00
..
utf8
utf16 all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
casetables.go
digit_test.go
digit.go
example_test.go
graphic_test.go
graphic.go
letter_test.go unicode: fix SpecialCase to follow its docs & respect explict no-op mappings 2018-06-17 08:48:39 +00:00
letter.go unicode: fix SpecialCase to follow its docs & respect explict no-op mappings 2018-06-17 08:48:39 +00:00
maketables.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
script_test.go
tables.go