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
diff options
context:
space:
mode:
authorKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
committerKornél Pál <kornelpal@gmail.com>2006-09-05 17:54:12 +0400
commit546a1134d2d6d75e2989249f9b0803ec03e71789 (patch)
tree4236e4ad5f93b22d7ea59722e21a2e824075425e /mcs/build/config-default.make
parent31c90e9e978f5bfd536be3dd79875fcdf0a02a15 (diff)
Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default encoding for compilers.
svn path=/trunk/mcs/; revision=64941
Diffstat (limited to 'mcs/build/config-default.make')
-rw-r--r--mcs/build/config-default.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index 68ebd7fd5ce..1fec9dd19d2 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -6,8 +6,8 @@
# DO NOT EDIT THIS FILE! Create config.make and override settings
# there.
-# Use ISO-8859-1 (Latin 1) as the default encoding for compilers
-CODEPAGE = 28591
+# Use UTF-8 as the default encoding for compilers
+CODEPAGE = 65001
RUNTIME_FLAGS =
TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe