diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-06-17 09:19:25 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-06-18 10:30:30 +0200 |
commit | b6f95b380f9662f9294b291c9a061750125bb7eb (patch) | |
tree | 1260839d38b9d48cda5ba790f95b02035bbe3589 /Makefile.am | |
parent | 5d793f6b35eb9aac6113545d3d2cb90874b4bc01 (diff) | |
download | calcurse-b6f95b380f9662f9294b291c9a061750125bb7eb.tar.gz calcurse-b6f95b380f9662f9294b291c9a061750125bb7eb.zip |
calcurse-caldav: Encode the request body in UTF-8
When a string is passed to HTTPConnection.request(), it is automatically
ISO 8859-1 encoded. Therefore, since we already specify UTF-8 as
character set in the headers, we need to UTF-8 encode the request body
manually.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions