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)

All
Linux
defect
Not set
minor

Tracking

()

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
Interesting! What's the encoding used in your terminal?
Hardware: x86_64 → All
UTF-8
Okay. It's possible that we're not setting the utf8 flag properly on STDIN.
Keywords: qawanted
WFM using your real name with Bugzilla 4.1.1 and PostgreSQL 9.0.1.
Severity: normal → minor
Keywords: qawanted
Version: unspecified → 4.0
(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.
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.