View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006148 | mantisbt | upgrade | public | 2005-08-17 03:47 | 2009-06-26 12:01 |
| Reporter | TomR | Assigned To | grangeway | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.0.0rc1 | ||||
| Summary | 0006148: Upgrading from 1.0.0a2 to 1.0.0rc1 is mixing up some characters in the database | ||||
| Description | When upgrading database to 1.0.0rc1 some of my characters are so shows € as ⬠under 1.0.0rc1 However I only upgrade database and programs. | ||||
| Tags | No tags attached. | ||||
|
Can anyone verify this. I want to upgrade to 1.0.0rc1. |
|
|
When I look in both databases, the data is identical, so there must be something different in the programs between 1.0.0a2 and 1.0.0rc1 which cause data to display different. Can anybody please give some advice. |
|
|
After some testing my problem was solved by putting $s_charset = 'UTF-8'; in lang/dutch_strings.txt See also 0004195 |
|
|
Any idea how you ended up with UTF data in your database? As far as I know, only Chinese, Japanese and Slovene have UTF codepages. |
|
|
The relevant change is that of entry 0006782: Now the database connection is correctly using UTF-8 as character encoding. Mantis 1.1.x versions before 1.1.0a4 stored incorrectly encoded data into the database, which was corrected with this patch. However the incorrect data is not automatically fixed. You have to do this manually if there are any problems. |
|
|
Can be closed. |
|
|
Thanks Tom - marking resolved as requested. Paul |
|