Commit bbd6aef
committed
python: use utf-8 encoding for gdb_write
Routine print operations end up getting encoding exceptions since
the default encoding is ascii. Most systems are using utf-8 now so
let's use that instead.
This is a hack and we should be looking at the locale.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>1 parent bbfbfa1 commit bbd6aef
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | | - | |
1125 | | - | |
| 1124 | + | |
| 1125 | + | |
1126 | 1126 | | |
1127 | 1127 | | |
1128 | 1128 | | |
| |||
0 commit comments