On 19/09/2013 04:05, Marvin Humphrey wrote:
On Thu, Sep 5, 2013 at 3:11 PM, <[email protected]> wrote:
Initial implementation of StringIterator
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/f7edbe56
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/f7edbe56
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/f7edbe56
+#define CFISH_STRITER_DONE UINT32_MAX
What do you think about representing Unicode code points throughout
Clownfish (and also Lucy) as int32_t rather than uint32_t? We don't
need the whole unsigned range.
+1
Nick