mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 15:50:07 +01:00
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. |
||
|---|---|---|
| .. | ||
| add-connection.py | ||
| debug-helper.py | ||
| libnm-glib-test.c | ||
| Makefile.am | ||
| nm-dhcp-opt-test.c | ||
| nm-online.c | ||
| nm-tool.c | ||
| nmnetlinktest.c | ||
| set-hostname.py | ||