A few codes seem to be repeated in ecs/Entities.java

   public final static String PARA     = "¶";   // pilcrow (paragraph sign)
   public final static String MIDDOT   = "¶";   // middle dot

The 2nd one should be 183.  

    public final static String oGRAVE   = "ò";   // small o, grave accent
    public final static String oACUTE   = "ò";   // small o, acute accent

The second one should be 243.

    public final static String RSQUO    = "‚";  // right single quotation mark
    public final static String SBQUO    = "‚";  // single low-9 quotation mark

The first one should be 8217.

There might be others, but "cut | sort | uniq" seems to indicate these
are the only ones.

                        Greg Barnes
                        Computing and Communications, University of Washington
                        [EMAIL PROTECTED]
                        (206) 685-3295


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to