View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007439 | mantisbt | bugtracker | public | 2006-09-15 05:56 | 2008-08-12 09:18 |
Reporter | seiji | Assigned To | grangeway | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
OS | gentoo linux | ||||
Product Version | 1.1.0a1 | ||||
Summary | 0007439: url for Dokuwiki is invalid if charset is multibyte like EUC-JP | ||||
Description | When Mantis uses multibyte charset like 'EUC-JP' (for Japanese) in meta tag, wiki_dokuwiki_api.php 26L replace return $t_root_url . 'doku.php?id=' . urlencode( $t_page_id ); with return $t_root_url . 'doku.php?id=' . urlencode( iconv(lang_get( 'charset' ), 'UTF-8', $t_page_id) ); It goes well though I don't know whether it is better to use "lang_get( 'charset' )" and "iconv". | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
We can't use iconv since it is not part of a standard PHP installation. I would be happy to include another fix that doesn't require added modules. |
|
I don't have other idea. |
|
Thank you for taking the time to report a problem with mantis. Since this problem report was originally made, a number of releases have occured. Additionally no recent feedback has been received on this issue. 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 continued support and report. |
|