> @codebrainz for space, if we mean ascii space we should do as @b4n did and > use the literal space rather than using some foreign function.
If we mean space, yeah, but if we want to support tabs and friends (I assume we do), using `g_ascii_isspace()` (part of GLib) makes perfect sense and doesn't have the problems that `isspace()` from stdlib has. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/852#issuecomment-169217633
