Closed reivilibre closed 4 years ago
I think the fix is to just change the encoding for pretty-printing to UTF-8, but I don't know why it was chosen to be ASCII in the first place?
Looks like it has always been this way, since aa84dddb7109e42921d5d54a417d421e77daf634 (the initial commit).
Seems like this has hit a few people fairly rapidly, so we should likely do a release including the fix.
With Synapse, I run into an issue doing an initial sync with curl, because it switches to pretty-printed output:
On the other hand, if I use curl's
-A
flag to change user-agent, I get the non-pretty-printed output and it succeeds.