Ticket #83 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

UTF8 chars get garbled in SelectionPanel

Reported by: mbeckman Assigned to: madair
Priority: P2 Milestone: 1.1
Component: MapGuide Version: 1.0.6
Severity: Major Keywords:
Cc: External ID:
state: Committed Browser: All
Operating System: All

Description

There is a problem with UTF8 chars getting garbled in the SelectionPanel?. See http://www.nabble.com/Get-Garbled-in-SelectionPanel-(fusion)-to18064719.html

This can be fixed by the following.

In \WebServerExtensions?\www\fusion\MapGuide?\php\Utilities.php

Change row 863 from

< $value = htmlentities($value);

To $value = htmlentities($value,ENT_COMPAT,'UTF-8');

The rownumber is from MGE2009 so it might not be exactly right.

Change History

06/26/08 15:44:53 changed by pagameba

(In [1427]) Re #83: add UTF-8 encoding to query results.

06/26/08 15:48:41 changed by pagameba

(In [1428]) Re #83: merge bugfix into 1.0 branch

06/26/08 15:49:28 changed by pagameba

  • status changed from new to closed.
  • state changed from New to Committed.
  • resolution set to fixed.

I've applied the change and committed in trunk and the 1.0 branch.