Commit 5a067d2
committed
Fix for UTF-8 problems with the ascii printer.
Characters need to be in the ascii range, otherwise invalid
UTF-8 data can (and is) written.
So anything outside the 32-126 range is output as hexadecimal number.
Signed-off-by: Hans Dijkema <[email protected]>1 parent ddccf49 commit 5a067d2
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8848 | 8848 | | |
8849 | 8849 | | |
8850 | 8850 | | |
8851 | | - | |
8852 | | - | |
8853 | | - | |
8854 | | - | |
| 8851 | + | |
| 8852 | + | |
| 8853 | + | |
| 8854 | + | |
| 8855 | + | |
| 8856 | + | |
| 8857 | + | |
| 8858 | + | |
| 8859 | + | |
| 8860 | + | |
8855 | 8861 | | |
8856 | 8862 | | |
8857 | 8863 | | |
| |||
0 commit comments