[mapserver-commits] r12513 - branches/branch-6-0/docs/en/mapfile trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Mon Sep 5 02:53:35 EDT 2011


Author: havatv
Date: 2011-09-04 23:53:35 -0700 (Sun, 04 Sep 2011)
New Revision: 12513

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) - index fix ++.

Modified: branches/branch-6-0/docs/en/mapfile/labelencoding.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/labelencoding.txt	2011-09-04 20:45:25 UTC (rev 12512)
+++ branches/branch-6-0/docs/en/mapfile/labelencoding.txt	2011-09-05 06:53:35 UTC (rev 12513)
@@ -9,7 +9,8 @@
 
 :Author: Jeff McKenna
 :Contact: jmckenna at gatewaygeomatics.com
-:Last Updated: 2010-08-10
+:Last Updated: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
+:Revision: $Revision: 12506 $
 
 .. contents:: Table of Contents
     :depth: 3
@@ -145,7 +146,7 @@
          POSITION CL
          PARTIALS FALSE
          BUFFER 0
-         ENCODING SJIS
+         ENCODING SHIFT_JIS
        END
      END
    END
@@ -219,27 +220,29 @@
 .. note::
 
    .. index::
-      single: Shift-JIS
+      pair: Shift-JIS; ENCODING
    
    .. index::
-      single: EUC-JP
+      pair: EUC-JP; ENCODING
    
    .. index::
-      single: UTF-8
+      pair: UTF-8; ENCODING
    
+   .. index::
+      pair: TIS-620; ENCODING
 
    During initial implementation, this functionality was tested using
    the different Japanese encoding systems: Shift-JIS, EUC-JP, UTF-8,
    as well as Thai's TIS-620 encoding system.
 
    .. index::
-      single: ISO-8859-1
+      pair: ISO-8859-1; ENCODING
 
    .. index::
-      single: ISO-8859-2
+      pair: ISO-8859-2; ENCODING
 
    .. index::
-      single: CP1252
+      pair: CP1252; ENCODING
 
    Examples of encodings for the Latin alphabet supported by libiconv
    are: ISO-8859-1 (Latin alphabet No. 1 - also known as LATIN-1 -

Modified: trunk/docs/en/mapfile/labelencoding.txt
===================================================================
--- trunk/docs/en/mapfile/labelencoding.txt	2011-09-04 20:45:25 UTC (rev 12512)
+++ trunk/docs/en/mapfile/labelencoding.txt	2011-09-05 06:53:35 UTC (rev 12513)
@@ -9,7 +9,8 @@
 
 :Author: Jeff McKenna
 :Contact: jmckenna at gatewaygeomatics.com
-:Last Updated: 2010-08-10
+:Last Updated: $Date: 2011-08-29 14:26:49 +0200 (Mon, 29 Aug 2011) $
+:Revision: $Revision: 12506 $
 
 .. contents:: Table of Contents
     :depth: 3
@@ -145,7 +146,7 @@
          POSITION CL
          PARTIALS FALSE
          BUFFER 0
-         ENCODING SJIS
+         ENCODING SHIFT_JIS
        END
      END
    END
@@ -219,27 +220,29 @@
 .. note::
 
    .. index::
-      single: Shift-JIS
+      pair: Shift-JIS; ENCODING
    
    .. index::
-      single: EUC-JP
+      pair: EUC-JP; ENCODING
    
    .. index::
-      single: UTF-8
+      pair: UTF-8; ENCODING
    
+   .. index::
+      pair: TIS-620; ENCODING
 
    During initial implementation, this functionality was tested using
    the different Japanese encoding systems: Shift-JIS, EUC-JP, UTF-8,
    as well as Thai's TIS-620 encoding system.
 
    .. index::
-      single: ISO-8859-1
+      pair: ISO-8859-1; ENCODING
 
    .. index::
-      single: ISO-8859-2
+      pair: ISO-8859-2; ENCODING
 
    .. index::
-      single: CP1252
+      pair: CP1252; ENCODING
 
    Examples of encodings for the Latin alphabet supported by libiconv
    are: ISO-8859-1 (Latin alphabet No. 1 - also known as LATIN-1 -



More information about the mapserver-commits mailing list