Bug#850911: fsharp REPL mangles Unicode characters U+0080 through U+00FF

2017-01-11 Thread Robin Munn
Further information: The source of the readKeyFixup function which is causing this bug can be read here: https://github.com/fsharp/fsharp/blob/de709b30d9b5fdb620ff4e1d439122cdac11ffa1/src/fsharp/fsi/console.fs#L24-L42 In addition to using the NO_SERVERCODEPAGES compilation flag (which I believe

Bug#850911: fsharp REPL mangles Unicode characters U+0080 through U+00FF

2017-01-10 Thread Robin Munn
Package: fsharp Version: 4.0.0.4+dfsg2-2 Severity: normal Dear Maintainer, When typing at the F# Interactive prompt (the REPL), Unicode characters U+0080 through U+00FF are impossible to type; they will be replaced by U+FFFD REPLACEMENT CHARACTER. Here's a short Bash session demonstrating the