|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
|
GIS Library - Remove non-ascii characters. More...
#include <grass/gis.h>
Go to the source code of this file.
Macros | |
| #define | TAB 011 |
| #define | SPACE 040 |
Functions | |
| void | G_ascii_check (char *string) |
| Removes non-ascii characters from buffer. | |
GIS Library - Remove non-ascii characters.
SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file ascii_chk.c.
| #define SPACE 040 |
Definition at line 17 of file ascii_chk.c.
| #define TAB 011 |
Definition at line 16 of file ascii_chk.c.
Removes non-ascii characters from buffer.
Updates string with non_ascii characters removed, except for tabs, which are turned into spaces.
| [in,out] | string | buffer to have non-ascii characters removed |
Definition at line 28 of file ascii_chk.c.
Referenced by Rast__read_history().