wfs server and encoding

Eric Lemoine eric.c2c at GMAIL.COM
Thu Oct 25 14:22:54 EDT 2007


On 10/24/07, Daniel Morissette <dmorissette at mapgears.com> wrote:
> Daniel Morissette wrote:
> >
> > 2- The TAB attributes are stored in the .MID file which is a regular
> > text file. You could use the iconv command-line utility (on Linux
> > anyway) to convert the encoding of attributes to UTF-8:
> >
> >   iconv –from-code=ISO-8859-1 –to-code=UTF-8 mydata.mid > mydata_utf8.mid
> >
> > 3- Copy mydata.mif to mydata_utf8.mif
> >
>
> Oh... you may want to run the .MIF file through iconv as well so that if
> your data contains text labels they are also converted to UTF-8.

Yes, I had to revert to doing something like that. Thanks,

--
Eric


More information about the mapserver-users mailing list