From d459bec18d1ee6dc5c296b108e7a7b2b9b89df56 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 2 Oct 2022 22:54:02 +0100 Subject: [PATCH] set System.Globalization.UseNls. new ICU is a stupid breaking change on string.indexof, etc --- OpenSim/Region/Application/runtimeconfig.template.json | 3 ++- OpenSim/Server/runtimeconfig.template.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/Application/runtimeconfig.template.json b/OpenSim/Region/Application/runtimeconfig.template.json index 263f7bf8ac..c95ce9e516 100644 --- a/OpenSim/Region/Application/runtimeconfig.template.json +++ b/OpenSim/Region/Application/runtimeconfig.template.json @@ -1,6 +1,7 @@ { "configProperties": { "System.GC.Server": false, - "System.Drawing.EnableUnixSupport": true + "System.Drawing.EnableUnixSupport": true, + "System.Globalization.UseNls": true } } \ No newline at end of file diff --git a/OpenSim/Server/runtimeconfig.template.json b/OpenSim/Server/runtimeconfig.template.json index 263f7bf8ac..c95ce9e516 100644 --- a/OpenSim/Server/runtimeconfig.template.json +++ b/OpenSim/Server/runtimeconfig.template.json @@ -1,6 +1,7 @@ { "configProperties": { "System.GC.Server": false, - "System.Drawing.EnableUnixSupport": true + "System.Drawing.EnableUnixSupport": true, + "System.Globalization.UseNls": true } } \ No newline at end of file