Ticket #2830 (closed defect: fixed)
Browse unable to handle strange unicode characters
| Reported by: | m_anish | Owned by: | lucian |
|---|---|---|---|
| Priority: | Low | Milestone: | 0.98 |
| Component: | Browse | Version: | |
| Severity: | Minor | Keywords: | dx2, dx3, patch |
| Cc: | bernie, erikos, manuq, humitos, dsd | Distribution/OS: | Unspecified |
| Bug Status: | Unconfirmed |
Description
Browse version 120, is unable to handle strange unicode characters in its address bar. It does not crash, but reports unhandled exceptions in its log...
You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
Testcase:
* Open Browse
* Type some obscure characters in the address bad (for example, ctrl+shift+1234) and press enter.
* An exception is reported in the browse log (attached).
Observed in both Sugar-Jhbuild and dextrose-2
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

