On 2018-07-18 13:37, Seb wrote:

The problem here is this would also lead to very confusing behavior for newcomers, e.g.

```
"ä".split.join("|") == �|�
```

How about not giving access to operate on individual characters. If they need to do that they should operate on an array of bytes. Too controversial?

--
/Jacob Carlborg

Reply via email to