1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg/exp/locale/collate
Marcel van Lohuizen 56a76c88f8 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
2012-05-07 11:51:40 +02:00
..
build exp/locale/collate: from the regression test we derive that the spec 2012-05-07 11:51:40 +02:00
colelem_test.go exp/locale/collate: from the regression test we derive that the spec 2012-05-07 11:51:40 +02:00
colelem.go exp/locale/collate: from the regression test we derive that the spec 2012-05-07 11:51:40 +02:00
collate.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
contract_test.go
contract.go
export_test.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
export.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
table_test.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
table.go exp/locale/collate: Added skeleton for the higher-level types to provide 2012-04-25 13:19:00 +02:00
trie_test.go exp/locale/collate: fixed two bugs uncovered by regression tests. 2012-05-02 17:01:41 +02:00
trie.go exp/locale/collate: fixed two bugs uncovered by regression tests. 2012-05-02 17:01:41 +02:00