|
|
|
|
|
by stefco_
2403 days ago
|
|
> the broken programs would still be broken in either language. You need to slap a decode anyway on reads from subprocesses in python3, and files open in Unicode mode by default. Wouldn't that fix the majority of silly UTF-8 compat bugs? Or am I missing a class of bugs that's not avoided automatically by python3 strings? |
|
On the other end, most programs don't actually care what the data encoding is. They just move it.