Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info>:

> Marko Rauhamaa wrote:
>
>> That said, UTF-8 does suffer badly from its not being
>> a bijective mapping.
>
> Can you explain?

In Python terms, there are bytes objects b that don't satisfy:

   b.decode('utf-8').encode('utf-8') == b


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to