Skip to content
  • Lubomir Rintel's avatar
    all: add and utilize nm_utils_is_separator() · f0c1efbf
    Lubomir Rintel authored
    It is meant to be rather similar in nature to isblank() or
    g_ascii_isspace().
    
    Sadly, isblank() is locale dependent while g_ascii_isspace() also considers
    vertical whitespace as a space. That's no good for configuration files that
    are strucutured into lines, which happens to be a pretty common case.
    f0c1efbf