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:
authorMiguel de Icaza <miguel@gnome.org>2005-09-27 20:43:19 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-27 20:43:19 +0400
commit6627f8171159aaf5dab9790f9ce216c8a187cbe1 (patch)
treebb62fa5b198cfea46febf1037e5a0fc9fdba30a6 /man/mcs.1
parenta61c9e7c5f78528092e4ee7c1889e42f2b092c68 (diff)
Update
svn path=/trunk/mono/; revision=50876
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.110
1 files changed, 6 insertions, 4 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 150c3038832..34d6fc34539 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -51,11 +51,13 @@ the math operations unchecked (this is the default).
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. The
-special ID "utf8" can be used to switch to utf8 and the ID "reset"
-restores the automatic handling of code pages.
+Unicode files that have an embedded byte mark at the beginning.
.TP
-Other popular encodings are 28591 (Latin1) and 1252 (iso-8859-1)
+Other popular encodings are 28591 (Latin1), 1252 (iso-8859-1) and 65001 (UTF-8).
+.TP
+MCS supports a couple of shorthands: "utf8" can be used to specify utf-8 instead
+of using the cryptic 65001 and "reset" restores the automatic handling of
+code pages. These shorthands are not available on the Microsoft compiler.
.TP
.I \-define:SYMLIST, -d:SYMLIST
Defines the symbol listed by the semi-colon separeted list SYMLIST