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:
authorMiguel de Icaza <miguel@gnome.org>2006-03-08 20:09:45 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-03-08 20:09:45 +0300
commit1bc063a74002252235f271c51319b7ea2da75160 (patch)
tree741e0f50da4c094fc1c3b8302053cec06a03ff29 /man
parentba33201543ed526190f7e61ebea9477371ec2ccc (diff)
Update
svn path=/trunk/mono/; revision=57699
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 643e0732e70..d19263ef5cb 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -549,6 +549,12 @@ and then this list is tried in order with the first successful
conversion ending the search. When writing external text (e.g. new
filenames or arguments to new processes) the first item in this list
is used, or UTF-8 if the environment variable is not set.
+.IP
+The problem with using MONO_EXTERNAL_ENCODINGS to process your
+files is that it results in a problem: although its possible to get
+the right file name it is not necessarily possible to open the file.
+In general if you have problems with encodings in your filenames you
+should use the "convmv" program.
.TP
.I "MONO_GAC_PREFIX"
Provides a prefix the runtime uses to look for Global Assembly Caches.