diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-04-06 02:43:13 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-04-06 02:43:13 -0400 |
commit | 9f740d38746c2298b1aadd06f7eb36a13632f1a6 (patch) | |
tree | 42040d27ded59f058ab45bab62c71cedff89b282 /docs/KNOWN_BUGS | |
parent | 0760b356d18ed85b751bb9953ab096b1dd42721e (diff) |
KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 2d5eac7fb..f4116a003 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,15 @@ join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! +95. curl in Windows can't handle Unicode arguments. + If a URL or filename can't be encoded using the user's current codepage then + it can only be encoded properly in the Unicode character set. Windows uses + UTF-16 encoding for Unicode and stores it in wide characters, however curl + and libcurl are not equipped for that at the moment. And, except for Cygwin, + Windows can't use UTF-8 as a locale. + https://curl.haxx.se/bug/?i=345 + https://curl.haxx.se/bug/?i=731 + 94. Replies to IMAP custom requests other than LIST do not appear in the body. If you send a custom request such as FETCH the server's reply will be parsed as if it is a reply to a LIST. |