View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006144 | mantisbt | localization | public | 2005-08-16 02:37 | 2007-05-08 03:43 |
| Reporter | Fredy | Assigned To | achumakov | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Product Version | 1.0.0rc1 | ||||
| Summary | 0006144: Czech: encoding problem (Iiso <-> utf8) | ||||
| Description | I run to this yesterday. I have pgSQL database in Unicode encoding. Czech translation have set page charset to ISO-8859-2. When i want send form with czech characters, i get database error, it's just in wrong encoding and pgSQL don't like it. I have reencoded whole translation and changed charset setting, but it's little uncomfortable for future releases. Maybe there should be setting for database encoding and when it will be set, convert strings on fly when sending to database. | ||||
| Tags | No tags attached. | ||||
|
I believe Mantis currently requires the database character encoding to be the same as the encoding of the language file you are using for the interface, otherwise it doesn't work, as you see. I believe the solution is 0004084, but that's been around for awhile and no concrete plans seem to have emerged thus far for how best to do it, since it's a bit complicated. |
|
|
Not a problem in current release if your database and frontend CP match. If not, the problem could only be solved by utf8-ing. See 0004084. |
|