You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
Issue:
Keycodes greater than 128 cause elm-repl to exit ungracefully.
Exhibited Behavior
Exits from repl with following Error:
elm-repl: fd:4: hGetContents: invalid argument (invalid byte sequence)
Expected Behavior: Exception Handled without exiting elm-repl
(additional info: not handling multi-byte byte character codes, on Japanese system start at from char code 129)
Code to recreate Issue in Repl:
Environment:
Win7 SP1
default_locale: ('ja_JP', 'cp932')
The text was updated successfully, but these errors were encountered: