gstream-ia_allow_word_chars

Langue: en

Version: version 1.6 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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)