View Issue Details

IDProjectCategoryView StatusLast Update
0005849mantisbtadministrationpublic2005-07-23 02:21
Reporterave Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a3 
Summary0005849: Section titles are garbled under Japanese.
Description

strtoupper() function returns invalid result if parameter is Japanse string.
Files below are using strtoupper() on localized strings.

adm_permissions_report.php
manage_config_email_page.php
manage_config_workflow_page.php
manage_config_work_threshold_page.php

Additional Information

Workaround I've found:
(1) Not to use strtoupper() on localized string.
(2) Use mb_strtoupper() instead of strtoupper().

I think (1) is better because (2) requires '--enable-mbstring' configure option.

TagsNo tags attached.

Relationships

duplicate of 0005850 closedsiebrand [CJK] Section titles are garbled under Japanese. 

Activities

ave

ave

2005-06-27 10:47

reporter   ~0010626

Oops...
This issue should be removed.
I've re-reported this issue as 0005850.