Hello, http://werkzeug.pocoo.org/docs/0.10/unicode/ says, "Werkzeug uses unicode internally everywhere text data is assumed".
However, request.authorization.username and password are plain strings, not unicode -- which at least under Python 2 can have "interesting" consequences, when they are interpreted according to the system encoding (so, often utf-8), even though they are in fact latin-1 (compare https://stackoverflow.com/a/703341). Is this intentional? Am I missing something? Thanks for your help, Wolfgang -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
