Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2005-09-22 00:44:05 +0400
committerAtsushi Eno <atsushieno@gmail.com>2005-09-22 00:44:05 +0400
commitf4684b50b882a2c1555fed5231491b7969337dc7 (patch)
tree4309ae334b36e0e24e58b2fa536f8c9861d15a7e /man
parentb1f8929250eff74bc2a2fa0b9a01c34c63a0d0be (diff)
2005-09-21 Atsushi Enomoto <atsushi@ximian.com>
* mono.1 : added environment MONO_DISABLE_MANAGED_COLLATION. svn path=/trunk/mono/; revision=50416
Diffstat (limited to 'man')
-rw-r--r--man/mono.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index d6d6a6838d1..0daab3675e3 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -620,6 +620,9 @@ be used when writing messages like this: Console.Error:MyProgramName.
See the System.Diagnostics.DefaultTraceListener documentation for more
information.
.TP
+.I "MONO_DISABLE_MANAGED_COLLATION"
+If this environment variable is `yes', the runtime uses unmanaged collation (which actually means no culture-sensitive collation). It internally disables managed collation functionality invoked via the members of System.Globalization.CompareInfo class. Collation is enabled by default.
+.TP
.I "MONO_XMLSERIALIZER_THS"
Controls the threshold for the XmlSerializer to produce a custom
serializer for a given class instead of using the Reflection-based