-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option, how to react on unicode errors #18
Labels
available on master
Fix is done on master branch, issue closed on next release
enhancement
New feature or request
Milestone
Comments
gulrak
added a commit
that referenced
this issue
May 18, 2019
gulrak
added a commit
that referenced
this issue
May 18, 2019
gulrak
added a commit
that referenced
this issue
May 18, 2019
gulrak
added a commit
that referenced
this issue
May 19, 2019
gulrak
added a commit
that referenced
this issue
May 19, 2019
gulrak
added a commit
that referenced
this issue
May 31, 2019
Squashed commit of the following: commit f4a85d2 Author: Steffen Schümann <[email protected]> Date: Sun May 19 10:02:22 2019 +0200 refs #17, refs #18, Missing use of alloc in fromUtf8 (fixed on master) and initialization order issue. commit aa1cb70 Author: Steffen Schümann <[email protected]> Date: Sun May 19 09:46:02 2019 +0200 refs #18, fighting VS2015 sfinae issues commit 15788d8 Author: Steffen Schümann <[email protected]> Date: Sat May 18 10:35:25 2019 +0200 refs #17, work on wchar_t/wstring support on Windows.
gulrak
added
the
available on master
Fix is done on master branch, issue closed on next release
label
Jun 2, 2019
This is now part of release v1.2.0 Feature can be enabled with the define: GHC_RAISE_UNICODE_ERRORS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
available on master
Fix is done on master branch, issue closed on next release
enhancement
New feature or request
There should be an option to select if unicode errors (invalid byte sequence or bad codepoint) should lead to errors or be replaced by the unicode replacement character (U+FFFD), like it is currently done.
The text was updated successfully, but these errors were encountered: