Author: rjung
Date: Sat Mar  6 17:14:28 2010
New Revision: 919802

URL: http://svn.apache.org/viewvc?rev=919802&view=rev
Log:
Replace ISO-8859 encoded character in spanish message string
by ascii encoded UTF-8.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=919802&r1=919801&r2=919802&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Mar  6 17:14:28 2010
@@ -106,9 +106,3 @@
   -1:
   rjung: I replaced the inline patch by the above link, because the inline 
patch
   wasn't correctly formatted
-
-* Replace more UTF-8 characters with the proper \uxxxx encoding LocalStrings 
properties.
-  I checked all files with a script. There was only one occurence remaining.
-  http://svn.apache.org/viewvc?rev=919737&view=rev
-  +1: rjung, kkolinko, markt
-  -1:

Modified: 
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties?rev=919802&r1=919801&r2=919802&view=diff
==============================================================================
--- 
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
 (original)
+++ 
tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
 Sat Mar  6 17:14:28 2010
@@ -48,6 +48,6 @@
 sessions.created=Creado:
 sessions.lastaccessed=Ultimo Acceso:
 sessions.data=Lo siguientes datos estan en tu sesion:
-sessions.adddata=AƱade datos a tu sesion:
+sessions.adddata=A\u00f1ade datos a tu sesion:
 sessions.dataname=Nombre del atributo de sesion:
 sessions.datavalue=Valor del atributo de sesion:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to