View Issue Details

IDProjectCategoryView StatusLast Update
0010869mantisbtadministrationpublic2009-08-24 07:49
ReporterBuga Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.2.0rc1 
Summary0010869: Bad charset at the web config page
Description

I have a config in my database for status_enum_workflow which contains special chars like "bestätigt" or "Rückmeldung"

In Mantis 1.1.8 this config is simply displayed as false

in Mantis 1.2.rc1 this config is displayed with bad chars for ä and ü.

Somehow the decoding from utf8 to iso dont work.

I attached a Screenshort of the Config Page from Mantis 1.1.8, Mantis 1.2.rc and from phpmyadmin (in phpmyadmin the table has utf8_general_ci charset.

Additional Information

$t_value = @unserialize( utf8_decode( $p_value ) );

this is the code which causes the problem

TagsNo tags attached.
Attached Files
phpmyadmin.PNG (16,378 bytes)   
phpmyadmin.PNG (16,378 bytes)   
Mantis1.8.PNG (3,143 bytes)   
Mantis1.8.PNG (3,143 bytes)   
Mantis1.2RC.PNG (15,945 bytes)   
Mantis1.2RC.PNG (15,945 bytes)   
without_utf8decode.PNG (3,729 bytes)   
without_utf8decode.PNG (3,729 bytes)   

Activities

giallu

giallu

2009-08-24 05:59

reporter   ~0022804

what happens if you remove the utf8_decode call?

Buga

Buga

2009-08-24 07:49

reporter   ~0022805

When I remove utf_decode I get an error. See screenshot without_itf8decode.png