Opened 17 years ago

Closed 16 years ago

#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 (2)

comment:1 by tomfukushima, 17 years ago

Milestone: 1.3

What do we do with this? Moving to 1.3.

comment:2 by jbirch, 16 years ago

Resolution: wontfix
Status: newclosed

I'm going to close it for now. At some point I would be interested in experimenting with building from source on non-US locale *nix, but I haven't seen many complaints about this yet, so don't think it's worth spending resources on.

Note: See TracTickets for help on using tickets.