Reviewers: r,
Message:
Hello
r...@golang.org (cc:
golan...@googlegroups.com),
I'd like you to review this change to
https://go.googlecode.com/hg
Description:
exp/locale/collate: first changes that introduce implementation of
tailorings:
- Elements in the array are now sorted as a linked list. This makes it
easier to
apply tailorings.
- Added code to sort entries by collation elements.
- Added logical reset points. This is used for tailoring relative to
certain
properties, rather than characters.
NOTE: all code for type entry should now be in order.go. To keep the
diffs for
this CL reasonable, though, the existing code is left in builder.go.
I'll move
this in a separate CL.
Please review this at
http://codereview.appspot.com/6493063/
Affected files:
M src/pkg/exp/locale/collate/build/builder.go
M src/pkg/exp/locale/collate/build/builder_test.go
M src/pkg/exp/locale/collate/build/colelem.go
M src/pkg/exp/locale/collate/build/colelem_test.go
A src/pkg/exp/locale/collate/build/order.go
A src/pkg/exp/locale/collate/build/order_test.go