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/mcs.1
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2007-07-05 09:36:19 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-07-05 09:36:19 +0400
commit380b15ce5dfb050c0897780fdee33d24f27c42e7 (patch)
tree0ce1f3f777cea5af77763be57fe2a27d712e8515 /man/mcs.1
parentba7b7cce4f82281d1710fb12f08e43f8419eecb6 (diff)
2007-07-04 Atsushi Enomoto <atsushi@ximian.com>
* mcs.1 : we do not use fixed Latin1 by default. svn path=/trunk/mono/; revision=81371
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 082035d26d5..19e1d12ea2b 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -65,8 +65,8 @@ the math operations unchecked (this is the default).
.I -codepage:ID
Specifies the code page used to process the input files from the
point it is specified on. By default files will be processed in the
-Latin-1 code page. The compiler will also automatically detect
-Unicode files that have an embedded byte mark at the beginning.
+environment-dependent native code page. The compiler will also automatically
+detect Unicode files that have an embedded byte mark at the beginning.
.Sp
Other popular encodings are 28591 (Latin1), 1252 (iso-8859-1) and 65001 (UTF-8).
.Sp