Files
golang.go/src
Marcel van Lohuizen 8ba20dbdb5 exp/norm: a few minor changes in prepration for a table format change:
- Unified bounary conditions for NFC and NFD and removed some indirections.
   This enforces boundaries at the character level, which is typically what
   the user expects. (NFD allows a boundary between 'a' and '`', for example,
   which may give unexpected results for collation.  The current implementation
   is already stricter than the standard, so nothing much changes.  This change
   just formalizes it.
 - Moved methods of qcflags to runeInfo.
 - Swapped YesC and YesMaybe bits in qcFlags. This is to aid future changes.
 - runeInfo return values use named fields in preperation for struct change.
 - Replaced some left-over uint32s with rune.

R=r
CC=golang-dev
https://golang.org/cl/5607050
2012-02-02 13:55:53 +01:00
..
2012-01-31 18:44:20 -05:00
2012-02-02 17:53:28 +11:00
2012-02-01 18:25:40 -05:00
2012-01-31 18:13:17 -08:00
2012-01-30 23:43:46 -05:00
2012-01-30 23:43:46 -05:00
2012-01-30 23:43:46 -05:00