summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author刘雨培 <liuyupei951018@hotmail.com>2017-11-03 04:06:00 +0800
committerJan Kotas <jkotas@microsoft.com>2017-11-02 13:06:00 -0700
commit96f1a89a2bb007b7dbe5ccc613a0fa3f8dd323dd (patch)
tree99e924e1b4bddd8a7f0c50c4dd51212e878c93f4 /src
parent7dc0f2779bedea15a592c161ad6a9eddfc88c5f9 (diff)
downloadcoreclr-96f1a89a2bb007b7dbe5ccc613a0fa3f8dd323dd.tar.gz
coreclr-96f1a89a2bb007b7dbe5ccc613a0fa3f8dd323dd.tar.bz2
coreclr-96f1a89a2bb007b7dbe5ccc613a0fa3f8dd323dd.zip
Switch to /utf-8 for MSVC (#14822)
* Add /source-charset:utf-8 to force MSVC to compile source as UTF-8. * Fix the illegal character in siginfo.cpp.
Diffstat (limited to 'src')
-rw-r--r--src/vm/siginfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/siginfo.cpp b/src/vm/siginfo.cpp
index 40a55cb6f0..be919c8b7e 100644
--- a/src/vm/siginfo.cpp
+++ b/src/vm/siginfo.cpp
@@ -4969,7 +4969,7 @@ void ReportByRefPointersFromByRefLikeObject(promote_func *fn, ScanContext *sc, P
}
// TODO: GetApproxFieldTypeHandleThrowing may throw. This is a potential stress problem for fragile NGen of non-CoreLib
- // assemblies. It won’t ever throw for CoreCLR with R2R. Figure out if anything needs to be done to deal with the
+ // assemblies. It won't ever throw for CoreCLR with R2R. Figure out if anything needs to be done to deal with the
// exception.
PTR_MethodTable pFieldMT = pFD->GetApproxFieldTypeHandleThrowing().AsMethodTable();
if (!pFieldMT->IsByRefLike())