@@ -594,7 +594,7 @@ open Microsoft.FSharp.Reflection
594594// Supports the following cases:
595595// obj?Foo() // call with no arguments
596596// obj?Foo(1, "a") // call with two arguments (extracted from tuple)
597- // NOTE: This doesn� t actually handle all overloads. It just picks first entry with right
597+ // NOTE: This doesn' t actually handle all overloads. It just picks first entry with right
598598// number of arguments.
599599let (?) this memb ( args : 'Args ) : 'R =
600600// Get array of 'obj' arguments for the reflection call
@@ -628,7 +628,7 @@ let createWriter (f:string) =
628628// MDB Writer. Generate debug symbols using the MDB format
629629//---------------------------------------------------------------------
630630let writeMdbInfo fmdb f info =
631- // Note, if we can� t delete it code will fail later
631+ // Note, if we can' t delete it code will fail later
632632try FileSystem.FileDelete fmdbwith _ -> ()
633633
634634// Try loading the MDB symbol writer from an assembly available on Mono dynamically