Opened 16 years ago
Last modified 13 years ago
#10656 closed
Documentation correction for unicode character encoding typo — at Initial Version
Reported by: | kgrandis | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
qs = People.objects.filter(namecontains='\xc3\85') # UTF-8 encoding of Å
should be \xc3\x85
Note:
See TracTickets
for help on using tickets.