internal > Bug

Writing labels to DB problem / #5136

Summary

open
May 11, 2007
May 11, 2007 / krisp
May 14, 2007 / pixtur
pixtur
 

Attached files

No files uploaded

Issue report

Tweak
Always
MySQL 4.1.20
0.7991
321
My labels Polish redefinition:

from customize.inc.php

confChange('PROJECT_DEFAULT_LABELS', 'Problem,Funkcjonalność,Udoskonalenie,Poprawa,Idea,Badanie,Organizacja,Dokument,Dyskusja'); 
results in DB with

from DB.project.labels

Problem,Funkcjonalno
Obvious
It seems to dbengine has problem with writing special chars in this particular case.
 

1 Comment

pixtur

May 14, 2007
oh...
This seems to be related with the utf8 encoding issue of mysql4 /5. It might be possible to fix this, when using mysql5 instead. As far I a know, mysql4 cannot handle utf8 stuff properly. But I am not a database guy...
 

Comment / Update