View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006536 | mantisbt | administration | public | 2005-12-26 09:37 | 2009-06-23 15:28 |
| Reporter | mymsdn | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 1.0.0rc3 | ||||
| Fixed in Version | 1.2.0rc1 | ||||
| Summary | 0006536: Mantis display a error infomation when create a chinese project | ||||
| Description | APPLICATION ERROR 0000401
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Perhaps you should convert your database tables from latin1_swedish to utf8_general, and then log in to Mantis with the utf8 languages instead of, for example, the gb2312 Chinese language file. In the config file, you may want to remove the non-utf8 languages from $g_language_choices_arr, modify $g_language_auto_map so it uses the utf8 languages, and possibly create utf8 variants of any existing languages (like english) that you may still want to use. See also 0004084. |
|
|
Please provide feedback testing on Mantis 1.2.x with a UFT-8 encoded database. All localisations are UFT-8 by default. |
|
|
Tested fixed in git trunk with a UTF8 database. |
|