Commit fd28ef7
committed
ouroboros-network-framework: utf8 characters are not always well supported
On nix and Windows the following error can be observed
```
<stdout>: commitBuffer: invalid argument (invalid character)
```
This is misconfiguration of the locale, but the easiest way to fix it is
to avoid the `→` character all together.1 parent fa58411 commit fd28ef7
File tree
2 files changed
+2
-2
lines changed- ouroboros-network-framework
- src/Ouroboros/Network/ConnectionManager
- test/Test/Ouroboros/Network
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
877 | | - | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3695 | 3695 | | |
3696 | 3696 | | |
3697 | 3697 | | |
3698 | | - | |
| 3698 | + | |
3699 | 3699 | | |
3700 | 3700 | | |
3701 | 3701 | | |
| |||
0 commit comments