Check if html files contain non ASCII characters.

This commit is contained in:
MobiusDevelopment
2020-02-08 02:41:23 +00:00
parent 0ed057dff9
commit 71576ed8af
714 changed files with 1240 additions and 1179 deletions

View File

@@ -249,6 +249,10 @@ ForceInventoryUpdate = False
# Default: False
LazyCache = False
# Check if html files contain non ASCII characters.
# Default = True
CheckHtmlEncoding = True
# Cache all character names in to memory on server startup
# False - names are loaded from Db when they are requested
# True - decrease Db usage , increase memory consumption