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:25:43 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-27 20:25:43 +0400
commit2c25be8340a1343cb138a65f391d66f6eb9925ea (patch)
treec49031c1d85d335df0d512dfc4771d463ed20261 /man/mcs.1
parenta5793b8f10dbbbd5e55acfa54a2bdf140b208233 (diff)
Update
svn path=/trunk/mono/; revision=50874
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.12
1 files changed, 2 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 521f7b80576..150c3038832 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -55,6 +55,8 @@ 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.
.TP
+Other popular encodings are 28591 (Latin1) and 1252 (iso-8859-1)
+.TP
.I \-define:SYMLIST, -d:SYMLIST
Defines the symbol listed by the semi-colon separeted list SYMLIST
SYMBOL. This can be tested in the source code by the pre-processor,