Fix two message strings where natively encoded chars
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 6 Mar 2010 11:49:56 +0000 (11:49 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 6 Mar 2010 11:49:56 +0000 (11:49 +0000)
had been lost and replaced by '?'.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@919748 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/LocalStrings_es.properties
java/org/apache/jasper/resources/LocalStrings_fr.properties

index 46e3bd4..0877bd2 100644 (file)
@@ -110,7 +110,7 @@ standardContext.startFailed = Fall\u00F3 en arranque del Contexto [{0}] debido a
 standardContext.startingLoader = Excepci\u00F3n arrancando Cargador
 standardContext.startingManager = Excepci\u00F3n arrancando Gestor
 standardContext.startingWrapper = Excepci\u00F3n arrancando Arropador (Wrapper) para servlet {0}
-standardContext.stoppingContext = Excepci?n parando Context
+standardContext.stoppingContext = Excepci\u00F3n parando Context
 standardContext.stoppingLoader = Excepci\u00F3n parando Cargador
 standardContext.stoppingManager = Excepci\u00F3n parando Gestor
 standardContext.stoppingWrapper = Excepci\u00F3n parando Arropador (Wrapper) para servlet {0}
index 28c444a..e14eb4d 100644 (file)
@@ -129,7 +129,7 @@ jsp.warning.reloading=Attention: Valeur incorrecte pour le initParam reloading.
 jsp.error.badtaglib=Impossible d''ouvrir le taglibrary {0} : {1}
 jsp.error.badGetReader=Impossible de cr\u00e9er un lecteur (reader) quand le flux n''utilse pas des tampons (not buffered)
 jsp.warning.unknown.element.in.tag=Attention: El\u00e9ment inconnu {0} dans le tag
-jsp.warning.unknown.element.in.tagfile=Attention: El?ment inconnu {0} dans le tag-file
+jsp.warning.unknown.element.in.tagfile=Attention: El\u00e9ment inconnu {0} dans le tag-file
 jsp.warning.unknown.element.in.attribute=Attention: El\u00e9ment inconnu {0} dans l''attribute
 jsp.error.more.than.one.taglib=plus d''un taglib dans le TLD: {0}
 jsp.error.teiclass.instantiation=Impossible de charger ou d''instancier la classe TagExtraInfo: {0}