FormSerializer doesn't handle unicode strings properly
Bug #903263 reported by
Ricardo Kirkner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
piston-mini-client |
In Progress
|
Low
|
Anthony Lenton |
Bug Description
When serializing an object containing unicode strings using the FormSerializer, urllib will raise a UnicodeEncodeError.
The FormSerializer should be smart enough to automatically convert every unicode string into a byte string (preferrably encoded using utf-8, but that may have to be customizable).
Changed in piston-mini-client: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in piston-mini-client: | |
assignee: | nobody → Anthony Lenton (elachuni) |
status: | Confirmed → In Progress |
To post a comment you must log in.