NetworkManager/test
Dan Winship 6878d20ac4 all: Don't use ctype.h macros
The ctype macros (eg, isalnum(), tolower()) are locale-dependent. Use
glib's ASCII-only versions instead.

Also, replace isascii() with g_ascii_isprint(), since isascii()
accepts control characters, which isn't what the code wanted in any of
the places where it was using it.
2012-09-26 12:14:37 -04:00
..
add-connection.py
debug-helper.py test: fix errors in debug helper if a service isn't running 2011-12-19 21:04:54 -06:00
libnm-glib-test.c
Makefile.am nm-online: internationalize nm-online tool 2012-07-09 16:21:11 +02:00
nm-dhcp-opt-test.c
nm-online.c all: Don't use ctype.h macros 2012-09-26 12:14:37 -04:00
nm-tool.c
nmnetlinktest.c
set-hostname.py