Open
Bug 641443
Opened 14 years ago
Updated 12 years ago
The encoding of the realname field is wrong when set up through checksetup.pl
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
NEW
People
(Reporter: ozan, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9) Gecko/20110129 Firefox/4.0b9
Build Identifier: 4.0
When you first set up a bugzilla installation through the checksetup.pl, the real name is wrongly injected into the bugs.profiles table.
Ex:
Real name: Ozan Çağlayan
mysql> select userid,realname from profiles where login_name LIKE "%ozan%";
+--------+----------------------+
| userid | realname |
+--------+----------------------+
| 1 | Ozan Çağlayan | <-- This is created within checksetup.pl
| 3 | Ozan Çağlayan | <-- This is created through the Admin panel
+--------+----------------------+
2 rows in set (0.00 sec)
Reproducible: Always
Comment 1•14 years ago
|
||
Interesting! What's the encoding used in your terminal?
Updated•14 years ago
|
Hardware: x86_64 → All
Reporter | ||
Comment 2•14 years ago
|
||
UTF-8
Comment 3•14 years ago
|
||
Okay. It's possible that we're not setting the utf8 flag properly on STDIN.
Keywords: qawanted
![]() |
||
Comment 4•14 years ago
|
||
WFM using your real name with Bugzilla 4.1.1 and PostgreSQL 9.0.1.
![]() |
||
Comment 5•13 years ago
|
||
(In reply to Frédéric Buclin from comment #4)
> WFM using your real name with Bugzilla 4.1.1 and PostgreSQL 9.0.1.
Also WFM with Bugzilla 4.0.2 + 4.3 and MySQL 5.5.10. But I remember having seen this problem in the past (but I forgot with which version of Bugzilla). Leaving the bug open for now.
![]() |
||
Comment 6•12 years ago
|
||
I can reproduce using Mageia 3 + Bugzilla 4.5 + Oracle 10.0.2.
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•