On 2020-03-07, Jon Ribbens via Python-list wrote:
> On 2020-03-06, Jon Ribbens wrote:
>> What's the bug, or source of amusement?
>
> Oh, that's fun. There's a Russian Fidonet gateway, that somehow
> still exists, that's re-injecting usenet posts back into the group.
Last time I think it was one
On 3/7/20 12:52 PM, Ben Bacarisse wrote:
> moi writes:
>
>> Le samedi 7 mars 2020 16:41:10 UTC+1, R.Wieser a écrit :
>>> Moi,
>>>
Fortunately, UTF-8 has not been created the Python devs.
>>>
>>> And there we go again, making vague statements/accusations - without
>>> /anything/ to back it u
moi writes:
> Le samedi 7 mars 2020 16:41:10 UTC+1, R.Wieser a écrit :
>> Moi,
>>
>> > Fortunately, UTF-8 has not been created the Python devs.
>>
>> And there we go again, making vague statements/accusations - without
>> /anything/ to back it up ofcourse
>>
>> Kiddo, you have posted a couple
Moi,
> Fortunately, UTF-8 has not been created the Python devs.
And there we go again, making vague statements/accusations - without
/anything/ to back it up ofcourse
Kiddo, you have posted a couple of messages now, but have said exactly
nothing. Are you sure you do not want to go into polit
Moi,
> - Today, there are still people who do not understand a
> "ÿ' can not be *safely* encoded with a single byte.
It can (and has been done for ages), just not in the character encoding
method you've choosen to use.
> - Python == Latin-1 mess (as somebody wrote on a mailing list).
Putting b
On 2020-03-06, Jon Ribbens wrote:
> What's the bug, or source of amusement?
Oh, that's fun. There's a Russian Fidonet gateway, that somehow
still exists, that's re-injecting usenet posts back into the group.
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, Mar 6, 2020 at 9:31 PM Ben Bacarisse wrote:
>
> moi writes:
>
> > Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄäCcrit :
> >> moi writes:
> >>
> >> 'Ääâ¿'.encode('utf-8')
> >> > b'\xc3\xbf'
> >> 'Ääâ¿'.encode('utf-16-le')
> >> > b'\xff\x00'
> >> 'Ääâ¿'.encode('utf-
moi writes:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄCcrit :
>> moi writes:
>>
>> 'Ä¿'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'Ä¿'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'Ä¿'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>>
>
>> That all looks as expected.
> Yes
>
>>Is
On 2020-03-06, Pieter van Oostrum wrote:
> Jon Ribbens writes:
>> On 2020-03-06, moi wrote:
>>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄäCcritÄø :
moi writes:
'Ääâ¿'.encode('utf-8')
> b'\xc3\xbf'
'Ääâ¿'.encode('utf-16-le')
> b'\xff\x00'
Jon Ribbens writes:
> On 2020-03-06, moi wrote:
>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄäCcritÄø :
>>> moi writes:
>>> 'Ääâ¿'.encode('utf-8')
>>> > b'\xc3\xbf'
>>> 'Ääâ¿'.encode('utf-16-le')
>>> > b'\xff\x00'
>>> 'Ääâ¿'.encode('utf-32-le')
>>> > b'\xff\x00\x00\x0
On 2020-03-06, moi wrote:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄäCcritÄø :
>> moi writes:
>> 'Ääâ¿'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'Ääâ¿'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'Ääâ¿'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>
>> That all looks as expect
Jon Ribbens writes:
> On 2020-03-06, moi wrote:
>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄCcritâ :
>>> moi writes:
>>> 'Ä¿'.encode('utf-8')
>>> > b'\xc3\xbf'
>>> 'Ä¿'.encode('utf-16-le')
>>> > b'\xff\x00'
>>> 'Ä¿'.encode('utf-32-le')
>>> > b'\xff\x00\x00\x00'
>>
>>
moi writes:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
>> moi writes:
>>
>> 'ÿ'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'ÿ'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'ÿ'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>>
>
>> That all looks as expected.
> Yes
>
>>Is the
On Fri, Mar 6, 2020 at 9:31 PM Ben Bacarisse wrote:
>
> moi writes:
>
> > Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄCcrit :
> >> moi writes:
> >>
> >> 'Ä¿'.encode('utf-8')
> >> > b'\xc3\xbf'
> >> 'Ä¿'.encode('utf-16-le')
> >> > b'\xff\x00'
> >> 'Ä¿'.encode('utf-32-le')
On 2020-03-06, moi wrote:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄCcritâ :
>> moi writes:
>> 'Ä¿'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'Ä¿'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'Ä¿'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>
>> That all looks as expected.
> Ye
On 2020-03-06, Pieter van Oostrum wrote:
> Jon Ribbens writes:
>> On 2020-03-06, moi wrote:
>>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a ÄCcritâ :
moi writes:
'Ä¿'.encode('utf-8')
> b'\xc3\xbf'
'Ä¿'.encode('utf-16-le')
> b'\xff\x00'
'Ä¿'.
On 2020-03-06, Pieter van Oostrum wrote:
> Jon Ribbens writes:
>> On 2020-03-06, moi wrote:
>>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
moi writes:
'ÿ'.encode('utf-8')
> b'\xc3\xbf'
'ÿ'.encode('utf-16-le')
> b'\xff\x00'
'ÿ'.encod
Jon Ribbens writes:
> On 2020-03-06, moi wrote:
>> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
>>> moi writes:
>>> 'ÿ'.encode('utf-8')
>>> > b'\xc3\xbf'
>>> 'ÿ'.encode('utf-16-le')
>>> > b'\xff\x00'
>>> 'ÿ'.encode('utf-32-le')
>>> > b'\xff\x00\x00\x00'
>>
>>> Tha
On 2020-03-06, moi wrote:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
>> moi writes:
>> 'ÿ'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'ÿ'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'ÿ'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>
>> That all looks as expected.
> Yes
>
>
On Fri, Mar 6, 2020 at 9:31 PM Ben Bacarisse wrote:
>
> moi writes:
>
> > Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
> >> moi writes:
> >>
> >> 'ÿ'.encode('utf-8')
> >> > b'\xc3\xbf'
> >> 'ÿ'.encode('utf-16-le')
> >> > b'\xff\x00'
> >> 'ÿ'.encode('utf-32-le')
> >
moi writes:
> Le jeudi 5 mars 2020 13:20:38 UTC+1, Ben Bacarisse a écrit :
>> moi writes:
>>
>> 'ÿ'.encode('utf-8')
>> > b'\xc3\xbf'
>> 'ÿ'.encode('utf-16-le')
>> > b'\xff\x00'
>> 'ÿ'.encode('utf-32-le')
>> > b'\xff\x00\x00\x00'
>>
>
>> That all looks as expected.
> Yes
>
>>Is t
moi writes:
'ÿ'.encode('utf-8')
> b'\xc3\xbf'
'ÿ'.encode('utf-16-le')
> b'\xff\x00'
'ÿ'.encode('utf-32-le')
> b'\xff\x00\x00\x00'
That all looks as expected. Is there something about the output that
puzzles you? Did you have a question?
--
Ben.
--
https://mail.python.org/mail
22 matches
Mail list logo