Closed mriehl closed 8 years ago
We won't fix this at the moment because we use Basic Auth which does not handle UTF-8 well (see http://stackoverflow.com/a/703341 for why).
We also found out that using a password with non-ascii characters brakes the login on Linux. As long as we don't find a solution for this on the AFP server we don't need to invest into the client as well.
As mentioned in #41 there are other approaches that take the password out of the communication altogether.
https://github.com/ImmobilienScout24/afp-cli/pull/47 introduces a change where whenafp-cli
encounters UTF-8 characters, exits with a detailed error message.