Opened 17 years ago
Last modified 14 years ago
#10656 closed
Documentation correction for unicode character encoding typo — at Version 2
| 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 (last modified by )
qs = People.objects.filter(name__contains='\xc3\85') # UTF-8 encoding of Å
should be \xc3\x85
Note:
See TracTickets
for help on using tickets.
this occurs in file: docs/ref/unicode.txt