(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP.
/* $Id$ *//** @file string_type.h Types for strings. */#ifndef STRING_TYPE_H#define STRING_TYPE_H/** * Valid filter types for IsValidChar. */enumCharSetFilter{CS_ALPHANUMERAL,///< Both numeric and alphabetic and spaces and stuffCS_NUMERAL,///< Only numeric onesCS_ALPHA,///< Only alphabetic values};typedefuint32WChar;#endif /* STRING_TYPE_H */