[fusion-trac] #83: UTF8 chars get garbled in SelectionPanel
Fusion
trac_fusion at osgeo.org
Wed Jun 25 04:40:57 EDT 2008
#83: UTF8 chars get garbled in SelectionPanel
------------------------+---------------------------------------------------
Reporter: mbeckman | Owner: madair
Type: defect | Status: new
Priority: P2 | Milestone: 1.1
Component: MapGuide | Version: 1.0.6
Severity: Major | Keywords:
External_id: | State: New
Browser: All | Os: All
------------------------+---------------------------------------------------
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.
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/83>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.
More information about the fusion-trac
mailing list