Closed
Bug 310033
Opened 19 years ago
Closed 19 years ago
Browser send url-data in cp1251 to UTF-8
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 284474
People
(Reporter: s.korablin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 I have web site in cp1251 codepage (content="text/html; charset=windows-1251"). This site hav links like: http://sitename/view.php?name=xxxxxxx , where xxxxxxx - some string in cp1251 encoding. If i try browse this link in firefox 1.5, browser send "xxxxxx" srting to server in UTF8 encoding. This is wrong. Reproducible: Always Steps to Reproduce: 1. go to http://ladiosa.h15.ru/view.php?id=28 2. click to http://ladiosa.h15.ru/view.php?name=xxxxxxx link Actual Results: Have page with data in cp1251 and utf8 (sended by browser) in same times. Expected Results: Browser should send date in cp1251 codepage? because in page header set this codepage. IE6 and FireFox 1.0.7 working fine.
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 284474 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•