On Dec 29, 2014 11:15 AM, "Josiah Worcester" wrote: > I suspect the thing to do here is more to iterate over the set of chars and construct the table as needed: there's no sensible interface to this bit of functionality in a standard way (and musl to my knowledge doesn't have the table you want exposed anywhere). Note that doing it that way ought to just work anywhere. Minor correction: the table is exposed via __ctype_b_loc which you were using. :)