On Fri, Jan 4, 2013 at 5:32 AM, Stephan Stiller <[email protected]>wrote:
> > There's no distinction between "holes" and other unassigned characters. >> > Good to know. This might be important knowledge for people using block > ranges loosely for algorithms that deal with Unicode text. It is sometimes useful to design very low-level data structures or algorithms in alignment with some "block" boundaries, but they are really just artifacts of previous character allocations, and for nearly all text processing the blocks are not useful. Please use the Script and other properties for text processing. markus

