bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24239: 25.1; Potential regression: Multibyte text in HTTP request


From: Dmitry Gutov
Subject: bug#24239: 25.1; Potential regression: Multibyte text in HTTP request
Date: Tue, 16 Aug 2016 11:16:26 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Thunderbird/47.0

On 08/16/2016 09:23 AM, Damien Cassou wrote:

- what will happen to my multibyte characters (such as ⇒) that I'm using
  for months and that worked well with Emacs 24?

Unibyte != ASCII. Use encode-coding-string.

- where is the behavior change discussed in the Emacs' changelog?

We normally don't mention bug fixes in there. Binding url-request-data to a string with multibyte characters never actually worked properly (it resulted in a wrong Content-Length value). Some servers may have ignored that, but some may have even corrupted data silently.

> - where is the unibyte conversion requirement discussed in the url
>   library documentation?

Patch welcome?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]