| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
After fixing a bug in Runicode which was fenceposting codepoints off the
end of ranges. As one does.
|
| |
|
|
|
| |
I'm not sure the details of this strategy can actually be made to work.
But, something can.
|
| |
|
|
|
|
|
|
|
| |
A by-the-book implmentation of the word break rules from tr29. This is
superficially inefficient, but compilers are more than able to handle
the common subexpression folding ignored by this approach.
Now to port the WordBreakPropertyTests, and clean up the inevitable bugs
in the implementation.
|
|
|
Passes some simple lookup tests.
|