add option to normalize diacritics for rcon parsers (applied to T6)

This commit is contained in:
RaidMax
2022-07-06 15:42:31 -05:00
parent 5db94723aa
commit 88e67747fe
7 changed files with 39 additions and 10 deletions

View File

@ -107,5 +107,9 @@ namespace SharedLibraryCore.Interfaces
ColorCodeMapping ColorCodeMapping { get; }
short FloodProtectInterval { get; }
/// <summary>
/// indicates if diacritics (accented characters) should be normalized
/// </summary>
bool ShouldRemoveDiacritics { get; }
}
}