View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010869 | mantisbt | administration | public | 2009-08-24 03:18 | 2009-08-24 07:49 |
| Reporter | Buga | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 1.2.0rc1 | ||||
| Summary | 0010869: 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 | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||