hgomez      2004/04/29 03:11:57

  Modified:    src/share/org/apache/jasper/resources
                        LocalStrings_fr.properties
  Log:
  Fix the encoding problem in french mode
  
  Revision  Changes    Path
  1.3       +2 -2      
jakarta-tomcat/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/LocalStrings_fr.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LocalStrings_fr.properties        31 Oct 2002 09:26:35 -0000      1.2
  +++ LocalStrings_fr.properties        29 Apr 2004 10:11:57 -0000      1.3
  @@ -190,7 +190,7 @@
   jspc.webxml.footer=\n\
   </web-app>\n\
   \n
  -jspc.webinc.header=\n\
  +jspc.webinc.header=<?xml version="1.0" encoding="ISO-8859-1"?>\n\
   <!--\n\
   Automatiquement crée par Tomcat JspC.\n\
   Placer ce fragment dans web.xml avant tout élément icon, display-name,\n\
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to