Opened 17 years ago

Closed 16 years ago

#5715 closed (duplicate)

The link which includes non-ASCII is not encoded in admin view.

Reported by: Takanao Endoh Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://127.0.0.1:8000/admin/blog/entry/?q=スパム

Non-ASCII should be encoded.

http://127.0.0.1:8000/admin/blog/entry/?q=%E3%82%B9%E3%83%91%E3%83%A0

It becomes a problem with Internet Explorer.

Attachments (1)

admin_iriencode.diff (3.4 KB ) - added by Takanao Endoh 17 years ago.

Download all attachments as: .zip

Change History (2)

by Takanao Endoh, 17 years ago

Attachment: admin_iriencode.diff added

comment:1 by Chris Beaven, 16 years ago

Resolution: duplicate
Status: newclosed

This'll be fixed with #4074

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