We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57b8bd commit 44e2ee5Copy full SHA for 44e2ee5
inf-fsharp-mode.el
@@ -39,7 +39,7 @@
39
(defvar inferior-fsharp-program
40
(if fsharp-ac-using-mono
41
"fsharpi --readline-"
42
- (concat "\"" (fsharp-mode--executable-find "fsi.exe") "\""))
+ (concat "\"" (fsharp-mode--executable-find "fsi.exe") "\" --fsi-server-input-codepage:65001"))
43
"*Program name for invoking an inferior fsharp from Emacs.")
44
45
;; End of User modifiable variables
0 commit comments