View Issue Details

IDProjectCategoryView StatusLast Update
0005399mantisbtfilterspublic2005-04-18 10:38
Reportermalaussena Assigned Tothraxisp  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Summary0005399: DHTML filters doesn't manage special characters
Description

DHTML Filters can't be used when special characters are used.

For instance, François is showned as Fran?s (see DHTML_filter.jpg)

TagsNo tags attached.
Attached Files
DHTML_filter.JPG (8,394 bytes)   
DHTML_filter.JPG (8,394 bytes)   

Relationships

related to 0005347 closedvwegert HTML named characters (i.e. 'ä') are displayed as 'ä' in "Assign to:" and "Reported by:" drop down 
child of 0004937 closedvboctor Mantis 1.0.0a1 Release 

Activities

thraxisp

thraxisp

2005-04-05 09:46

reporter   ~0009709

I think that this is a duplicate of 0005347. There was a change in the way that user real names was stored in the last few releases. Could you touch the user names (open and save in "Manage Users") and retry this?

malaussena

malaussena

2005-04-06 04:02

reporter   ~0009742

Issue reproduced after modification of user name (and cleaning IE cache).

thraxisp

thraxisp

2005-04-09 21:55

reporter   ~0009778

Could you look into the database and see what is stored? It may be possible that there is some encoding error here.

malaussena

malaussena

2005-04-11 02:49

reporter   ~0009783

No problem in the database.
Issue is reproduced also when creating a new user or category.

sogabeseiji

sogabeseiji

2005-04-11 09:12

reporter   ~0009785

Last edited: 2005-04-11 09:13

In Japanese, the issue is reproduced. (CVS HEAD)

In return_dynamic_filters.php, 'charset' must be specified.

line 94:
if(isset($_GET['filter_target'])){
header("Content-Type: text/html; charset=" . lang_get('charset') ); <- add this
$filter = $_GET['filter_target'];

then it isn't reproduced by IE and Mozilla firefox.

try it.

thraxisp

thraxisp

2005-04-11 10:56

reporter   ~0009787

Fixed in CVS by adding content-type header

return_dynamic_filters.php -> 1.6