MapServer / MapServer-import

3 stars 2 forks source link

Internationalization of MapServer - Documentation #890

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: jlacroix Date: 2004/09/23 - 16:10

The internationalization of mapserver is now commited (bug 858), so we need to
update the documentation to reflect those changes.

The mapscript README have been modified to add the new ENCODING parameter in the
label object.

But the mapfile documentation still need to be added. In the LABEL object
there's now an ENCODING parameter. This parameter should be a string. The string
should be a supported encoding format. If the format is not supported, the label
will not be draw. Also the iconv library need to be supported. The library is
always detected if present on the system, but if not, the label will just not be
drawn. Note that on all average system the library will be present.

Also it could be cool to add this document to the official documentation:
http://mapserver.gis.umn.edu/bugs/attachment.cgi?id=183&action=view

The document is attached to bug 858.
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/09/27 - 19:52

Assigned to Jeff.
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/11/28 - 21:10

added encoding parameter to mapfile-reference doc (version 4.4).  Included a
link to the original doc
(http://www.foss4g.org/FOSS4G/MAPSERVER/mpsnf-i18n-en.html).  committed to CVS.