Opened 15 years ago

Last modified 13 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 Alex Gaynor)

qs = People.objects.filter(name__contains='\xc3\85') # UTF-8 encoding of Å

should be \xc3\x85

Change History (3)

by kgrandis, 15 years ago

Attachment: unicode.diff added

comment:1 by kgrandis, 15 years ago

this occurs in file: docs/ref/unicode.txt

comment:2 by Alex Gaynor, 15 years ago

Description: modified (diff)

cleaned up formatting

Note: See TracTickets for help on using tickets.
Back to Top