gstream-ia_allow_word_chars - Man Page
ia_allow_word_chars
Synopsis
#include <gstream.h>
bool ia_allow_word_chars(int c);
Description
Allows characters that can make up a word. Any number and any alphabetic character is allowed. Actually it works by blocking some known non-alphabetic characters, so it ought to work with extended national characters too. Note that '_' also is allowed.
See Also
gstream-set_input_error_handler(3), gstream-ia_block_spaces(3)
Referenced By
version 1.6 gstream manual