Ticket #7 (closed defect: wontfix)
SVN UTF Error on MapGuide
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.0 |
| Component: | General | Version: | |
| Severity: | major | Keywords: | |
| Cc: | External ID: |
Description
Keep in mind I got all the FDO 3.2.x this way no problems at all. Not sure if this is a bigger issue or local to my system but you might want to take a look.
Doing a command: svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mapguide
Gives error:
svn: Can't convert string from 'UTF-8' to native encoding:
In Gentoo the work around was:
localedef -c -i en_US -f ISO-8859-15 en_US.ISO-8859-15
export LANG="en_US.ISO-8859-15"
env-update && source /etc/profile
Chris
Change History
Note: See
TracTickets for help on using
tickets.
