On Sat, May 23, 2015 at 10:01:08AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat May 23 14:01:08 UTC 2015 > > Modified Files: > src/lib/libc/gen: vis.c > > Log Message: > Grr need to deal with isgraph(3). Is there a better way?
Non-compat case should use isgraph_l with LC_C_LOCALE. Joerg