Daniel Alley

Results 427 comments of Daniel Alley

I'm working on improving the encoding support of `quick-xml`. One idea I had is that a user may want to get either: * a normalized series of XML events, which...

Well, the streaming API does the same thing as mentioned in the first comment after the OP, I just first encountered this while doing some experimentation. The streaming API is...

>the BOM with BOM semantics isn't supposed to be part of the logical content of the stream. This is the part I'm unsure on. Nothing about the BOM is particularly...

That appears to be correct for UTF-16. Regarding UTF-8, the bullet points under D95 on the previous page are frustratingly unclear - it has no such language and actually seems...

Another concrete case of this documented here: https://github.com/aio-libs/aiohttp/issues/5319#issuecomment-1178507468

Perhaps `yarl` could provide a "maximum compatibility" option which behaves the same as urllib? Yarl may be correct here but when `wget` and `http` and `curl` and everything else works...

I believe I have run into the same issue, or a similar one.

@rogerhu if you are still active, and if this issue is still present, could you rebase?

@emeryberger I'm running into a similar issue (on Fedora Linux, if that's relevant), and I can provide source code if that would be helpful.