]> Cypherpunks repositories - gostls13.git/commit
exp/locale/collate: from the regression test we derive that the spec
authorMarcel van Lohuizen <mpvl@golang.org>
Mon, 7 May 2012 09:51:40 +0000 (11:51 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Mon, 7 May 2012 09:51:40 +0000 (11:51 +0200)
commit56a76c88f8ff1d0b46168512b370e5a48b8ee2a8
tree46d1b2fcfd524347dcea79d5c2d005aab2ca9a24
parent18aded7ab924d32be1dcd4b82c904947fd537434
exp/locale/collate: from the regression test we derive that the spec
dictates a CJK rune is only part of a certain specified range if it
is explicitly defined in the Unicode Codepoint Database.
Fixed the code and some of the tests accordingly.

R=r
CC=golang-dev
https://golang.org/cl/6160044
src/pkg/exp/locale/collate/build/builder_test.go
src/pkg/exp/locale/collate/build/colelem.go
src/pkg/exp/locale/collate/colelem.go
src/pkg/exp/locale/collate/colelem_test.go