Ticket #83 (closed defect: fixed)
UTF8 chars get garbled in SelectionPanel
| Reported by: | mbeckman | Owned by: | 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
Note: See
TracTickets for help on using
tickets.
