From: Nahum C. <nah...@gm...> - 2006-11-03 22:19:22
I have problems with codification on the info.phtml page i get Le=C3=B3n in=
stead
of Le=F3n.
I have already setup the encoding variable in the ini file to UTF-8, my
postgis database is in UTF-8 and apache codification is in UTF-8.
Thanks in advance.
--=20
Nahum Castro Gonz=E1lez
Le=F3n, Guanajuato, M=E9xico
From: Armin B. <arm...@gm...> - 2006-11-03 22:30:36
If the layers are in a different encoding than ISO-8859-1 or WIN1252=20
(CP1252) - eg. DOS (CP850), UTF-8 encoding of a PostGIS layer, or other=20
ISO encodings - you should specify this as a layer METADATA tag=20
"LAYER_ENCODING" like
METADATA
...
"LAYER_ENCODING" "UTF-8"
END
normally it should work...
see also
http://www.pmapper.net/wiki/doku.php?id=3Ddoc:manual#multilingual_user_in=
terface
armin
Nahum Castro wrote:
> I have problems with codification on the info.phtml page i get Le=C3=B3=
n instead
> of Le=F3n.
>=20
> I have already setup the encoding variable in the ini file to UTF-8, my
> postgis database is in UTF-8 and apache codification is in UTF-8.
>=20
> Thanks in advance.
>=20