Bug 13250

Summary: bugzilla is 7-bit.
Product: [Community] Bugzilla Reporter: Pekka Savola <pekkas>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 2.8CC: rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-05 07:14:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pekka Savola 2000-06-30 05:56:57 UTC
Bugzilla seems to change the 8-bit special characters to 7-bit.  E.g. 'a'
with two dots --> d. 

See bug #12250 for an example.

Comment 1 Dams 2002-10-08 07:19:55 UTC
Why not make bugzilla UTF-8 compliant ?

Comment 2 Mike A. Harris 2002-10-08 07:53:40 UTC
Bugzilla is not 8bit clean.  The problem is really, how does bugzilla know
what encoding you're using to submit a report with?  And how does it know
what encoding it should use to display the report to another user?

Both are probably solveable, but I don't think it would be an easy task
per se.  (or someone would have likely done it by now.)  ;o)

If bugzilla did use UTF-8, then how would someone using ISO8859-x to
file a bug report end up with their bug being treated?  Garbled as
UTF-8?  Not sure, but this sort of thing is more of a major bugzilla
feature request that is probably best to as a request to bugzilla.org



Comment 3 Aleksey Nogin 2002-12-13 14:59:48 UTC
*** Bug 15303 has been marked as a duplicate of this bug. ***

Comment 4 Aleksey Nogin 2003-01-05 07:11:54 UTC
Discussion in bug 80349 seems to indicate that this is fixed now.