Opened 16 years ago
Last modified 13 years ago
#10656 closed
Documentation correction for unicode character encoding typo — at Version 2
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