diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1269,9 +1269,9 @@ that happen, 'unhandled-file-name-directory' now defaults to calling | |||
| 1269 | 'file-name-as-directory'. | 1269 | 'file-name-as-directory'. |
| 1270 | 1270 | ||
| 1271 | ** The URL package now insists on sending only unibyte strings to server | 1271 | ** The URL package now insists on sending only unibyte strings to server |
| 1272 | This means packages that use URL cannot bind `url-request-data' to | 1272 | This means packages that use URL cannot bind 'url-request-data' to |
| 1273 | multibyte strings. If non-ASCII characters should be part of the URL | 1273 | multibyte strings. If non-ASCII characters should be part of the URL |
| 1274 | payload, then `url-request-data' should be encoded to become a unibyte | 1274 | payload, then 'url-request-data' should be encoded to become a unibyte |
| 1275 | string. | 1275 | string. |
| 1276 | 1276 | ||
| 1277 | 1277 | ||