[mapserver-commits] r12514 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Mon Sep 5 03:12:58 EDT 2011
Author: havatv
Date: 2011-09-05 00:12:58 -0700 (Mon, 05 Sep 2011)
New Revision: 12514
Modified:
branches/branch-6-0/docs/en/mapfile/labelencoding.txt
trunk/docs/en/mapfile/labelencoding.txt
Log:
Added some western language encodings to the notes in the labelencoding document (#3092) - links.
Modified: branches/branch-6-0/docs/en/mapfile/labelencoding.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/labelencoding.txt 2011-09-05 06:53:35 UTC (rev 12513)
+++ branches/branch-6-0/docs/en/mapfile/labelencoding.txt 2011-09-05 07:12:58 UTC (rev 12514)
@@ -9,8 +9,8 @@
:Author: Jeff McKenna
:Contact: jmckenna at gatewaygeomatics.com
-:Last Updated: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
:Revision: $Revision: 12506 $
+:Date: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
.. contents:: Table of Contents
:depth: 3
@@ -30,7 +30,7 @@
Related Links
=============
-- MapServer `ticket:858 <http://trac.osgeo.org/mapserver/ticket/858/>`__
+- MapServer `ticket:858`_
Requirements
============
@@ -50,10 +50,10 @@
single: libiconv
Mapserver uses GNU's libiconv library (
-http://www.gnu.org/software/libiconv/ ) to deal with encodings. The
-libiconv web site has a list of supported encodings. One can also use
-the "iconv -l" command on a system with libiconv installed to get the
-complete list of supported encodings on that specific system.
+`http://www.gnu.org/software/libiconv/`_ ) to deal with encodings.
+The libiconv web site has a list of supported encodings. One can also
+use the "iconv -l" command on a system with libiconv installed to get
+the complete list of supported encodings on that specific system.
So, theoretically, every string with an encoding system supported by
libiconv can be displayed as labels in MapServer as long as it has a
@@ -85,7 +85,7 @@
Since MapServer uses the libiconv library to handle encodings, you can
check the list of supported encodings here:
-http://www.gnu.org/software/libiconv/
+`http://www.gnu.org/software/libiconv/`_
Unix users can also use the *iconv -l* command on a system with
libiconv installed to get the complete list of supported encodings on
@@ -250,3 +250,7 @@
also known as LATIN-2 - eastern European languages), CP1252
(Microsoft Windows Latin alphabet encoding - English and some other
Western languages).
+
+.. #### rST Link Section ####
+.. _`ticket:858`: http://trac.osgeo.org/mapserver/ticket/858/
+.. _`http://www.gnu.org/software/libiconv/`: http://www.gnu.org/software/libiconv/
Modified: trunk/docs/en/mapfile/labelencoding.txt
===================================================================
--- trunk/docs/en/mapfile/labelencoding.txt 2011-09-05 06:53:35 UTC (rev 12513)
+++ trunk/docs/en/mapfile/labelencoding.txt 2011-09-05 07:12:58 UTC (rev 12514)
@@ -9,8 +9,8 @@
:Author: Jeff McKenna
:Contact: jmckenna at gatewaygeomatics.com
-:Last Updated: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
:Revision: $Revision: 12506 $
+:Date: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
.. contents:: Table of Contents
:depth: 3
@@ -30,7 +30,7 @@
Related Links
=============
-- MapServer `ticket:858 <http://trac.osgeo.org/mapserver/ticket/858/>`__
+- MapServer `ticket:858`_
Requirements
============
@@ -50,10 +50,10 @@
single: libiconv
Mapserver uses GNU's libiconv library (
-http://www.gnu.org/software/libiconv/ ) to deal with encodings. The
-libiconv web site has a list of supported encodings. One can also use
-the "iconv -l" command on a system with libiconv installed to get the
-complete list of supported encodings on that specific system.
+`http://www.gnu.org/software/libiconv/`_ ) to deal with encodings.
+The libiconv web site has a list of supported encodings. One can also
+use the "iconv -l" command on a system with libiconv installed to get
+the complete list of supported encodings on that specific system.
So, theoretically, every string with an encoding system supported by
libiconv can be displayed as labels in MapServer as long as it has a
@@ -85,7 +85,7 @@
Since MapServer uses the libiconv library to handle encodings, you can
check the list of supported encodings here:
-http://www.gnu.org/software/libiconv/
+`http://www.gnu.org/software/libiconv/`_
Unix users can also use the *iconv -l* command on a system with
libiconv installed to get the complete list of supported encodings on
@@ -250,3 +250,7 @@
also known as LATIN-2 - eastern European languages), CP1252
(Microsoft Windows Latin alphabet encoding - English and some other
Western languages).
+
+.. #### rST Link Section ####
+.. _`ticket:858`: http://trac.osgeo.org/mapserver/ticket/858/
+.. _`http://www.gnu.org/software/libiconv/`: http://www.gnu.org/software/libiconv/
More information about the mapserver-commits
mailing list