|
|
|
|
|
by lmm
4603 days ago
|
|
It's a big, ambitious update. The biggest difference is forcing users to distinguish between strings and byte sequences; essentially programs now have to be encoding-aware (at least if they use any of the standard library functions). Which is a Good Thing, but can require a ton of work for existing codebases. |
|
It does, on the other hand, break backwards compatibility. Which is why hardly anyone updated.