jware / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

UTF-8 characters render incorrectly #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a location with a UTF-8 character (maybe any complex character). e.g. -
https://code.google.com/p/httpfox/issues/entry?test=%E2%84%A2

2. Querystring should appear in Firefox like ?test=™ (trademark symbol)

Expect to see httpFox -

Parameter  |  Value
---------------------
test       |  ™
---------------------

Currently shows -

Parameter  |  Value
---------------------
test       |  ™
---------------------

What version of the product are you using? On what operating system?
httpFox 0.8.14
Windows 7

Original issue reported on code.google.com by nilsber...@gmail.com on 25 May 2014 at 1:54