Closed
Bug 203490
Opened 22 years ago
Closed 22 years ago
Firebird needs "default character coding" option.
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
VERIFIED
DUPLICATE
of bug 181541
People
(Reporter: ahmetafsinakin, Assigned: bugzilla)
References
Details
(Keywords: intl)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030304 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030304 Phoenix/0.5
In Firebird (Phoenix) there is no way to force character coding.
It is causing serious usability problems because some pages keep coming its
determined coding, no matter if you change the coding to turkish from menu.
After clicking another link or reload, there you have the pages own coding
again. It makes some turkish-used pages unreadable.
This also leads data loss. For example, in our local bugzilla, pages are
"western" coded. if i make a form entry in turkish characters, browser trashes
some turkish characters and it turns them into strange codes like : "ı" or
"ş". This may cause data losses and makes the browser unusable in turkish.
There is an option in mozilla forces browser to a deafult coding, which forces
any page to lets say one of the turkish coding "Turkish (ISO-8859-9)".
It is, to my understanding an auto detection issue. But there must be a option
in mozilla firebird to force the browser to the "default coding".
Bug 169802 might also be related.
Reproducible: Always
Steps to Reproduce:
1. go to bugzilla.mozilla.org
2. change the coding to turkish from its original (western)
3. click query page
Actual Results:
in the query page coding should be turkish again.
Expected Results:
it shows western in coding.
Comment 1•22 years ago
|
||
Mozilla!=Firebird
Assignee: asa → blaker
Component: Browser-General → Menus
Product: Browser → Phoenix
Summary: Firebird needs "default character coding" option. → Firebird needs "default character coding" option.
Version: Trunk → unspecified
| Reporter | ||
Comment 2•22 years ago
|
||
didnt say the contrary.
Reporter:
You can force default charset by adding the following code to your user.js file:
user_pref("intl.charset.default", "ISO-8859-9");
http://texturizer.net/firebird/edit.html#user
*** This bug has been marked as a duplicate of 181541 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 5•22 years ago
|
||
Taking QA Contact as designated owner of Firebird-Menus. Sorry for bugspam.
QA Contact: asa → bugzilla
Comment 6•22 years ago
|
||
*** Bug 232728 has been marked as a duplicate of this bug. ***
Comment 7•22 years ago
|
||
I don't quite see why this was resolved as a dupe of bug 181541. Is a proposed
extension in bug 181541 going to include the UI for the default character coding
__as well as__ the prioritized list of preferred languages? I don't see any
mention there.
Updated•19 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•