Character encoding. More...
Go to the source code of this file.
Defines | |
#define | INCLUDED_CHARACTER_H |
Functions | |
bool | char_is_ascii (char c) |
Returns true if c is an ASCII character that can be represented with 7 bits. | |
bool | string_is_ascii (const char *string) |
Returns true if string consists entirely of ASCII characters. |
Character encoding.
Definition in file character.h.
#define INCLUDED_CHARACTER_H |
Definition at line 23 of file character.h.
bool char_is_ascii | ( | char | c | ) | [inline] |
Returns true if c
is an ASCII character that can be represented with 7 bits.
Definition at line 29 of file character.h.
Referenced by ExtendedASCIICharacterSet::decode(), ExtendedASCIICharacterSet::encode(), ostream_write(), and string_is_ascii().
bool string_is_ascii | ( | const char * | string | ) | [inline] |
Returns true if string
consists entirely of ASCII characters.
Definition at line 35 of file character.h.
References char_is_ascii().
Referenced by shader_valid().