Commit 4ccf427
committed
flux-queue: reopen stdout with errors=surrogateescape encoding
Problem: When non-ascii, utf-8 characters are in output, flux-queue(1)
complains about
'ascii' codec can't encode character '\u2714' in position 10
Reopen stdout with encoding="utf8", errors="surrogateescape" to avoid
this encoding error.1 parent 5d5d796 commit 4ccf427
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
432 | 436 | | |
433 | 437 | | |
434 | 438 | | |
| |||
0 commit comments