277
277
for (; *from && length < to_length; length++, from++)
279
279
if ((*from >= '0' && *from <= '9') ||
281
280
(*from >= 'a' && *from <= 'z') ||
282
281
/* OSX defines an extra set of high-bit and multi-byte characters
283
282
that cannot be used on the filesystem. Instead of trying to sort