View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005767 | mantisbt | bugtracker | public | 2005-06-10 09:53 | 2008-10-18 18:34 |
| Reporter | comargo | Assigned To | grangeway | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.0a3 | ||||
| Summary | 0005767: Win32 MySQL 4.1.12a-nt default character set | ||||
| Description | Default charset for libMySQL.dll set to 'latin1'.
| ||||
| Additional Information | http://www.php.net/manual/en/ref.mysql.php#mysql.installation.notes | ||||
| Tags | No tags attached. | ||||
|
Is there any better workaround? I did similar hack on /core/database_api.php by inserting <code>$g_db->Execute("set names utf8")</code> after connection. |
|
|
Thank you for taking the time to report a problem with mantis. The Latest codebase(s) already include functionality to send the SET NAMES line. Unfortunately you are not using the latest version and the problem might already be fixed. Please download the latest release from http://www.mantisbt.org/download.php If you are able to reproduce this bug in the current release, or have some more information on how this feature could be improved in the current release. Please either change the mantis version on this bug report Again, thank you for your bug report and your continued support. |
|