summaryrefslogtreecommitdiff
path: root/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml
blob: beed4a837e146afa3d8380d5455758e3b6c15651 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    The `pwclient` tool will no longer attempt to re-encode unicode to ascii
    bytes, which was a frequent cause of ``UnicodeEncodeError`` exceptions.
    Instead, a warning is produced if your environement is not configured for
    unicode.