]> source.dussan.org Git - archiva.git/commitdiff
[MRM-621] Use UTF-8 for better i18n support for page display
authorMaria Odea B. Ching <oching@apache.org>
Mon, 10 May 2010 14:53:49 +0000 (14:53 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Mon, 10 May 2010 14:53:49 +0000 (14:53 +0000)
submitted by Shinsuke Sugaya

o added <%@page%> tag to jsp pages

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@942765 13f79535-47bb-0310-9956-ffa450edef68

58 files changed:
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/accessToNoRepos.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addProxyConnector.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addRemoteRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/appearance.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/confirmAddRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/database.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteNetworkProxy.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxyConnector.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRemoteRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepositoryGroup.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/disableProxyConnector.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editNetworkProxy.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editProxyConnector.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editRemoteRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editRepository.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/enableProxyConnector.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/errorMessages.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/include/networkProxyForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/include/proxyConnectorForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/include/remoteRepositoryForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/include/repositoryForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/networkProxies.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/proxyConnectors.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositoryGroups.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositoryScanning.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/alert.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/artifact/dependencyTree.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/browse.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/browseArtifact.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/browseGroup.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/components/companyLogo.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/artifactDecorator.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/deleteArtifact.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/generalError.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactDependencies.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactReports.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/deleteArtifactForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/dependencyTree.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/mailingLists.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/projectDependees.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/uploadForm.jspf
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/quickSearch.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/basicReport.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/blankReport.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/statisticsReport.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/results.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/showArtifact.jsp
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/upload.jsp

index c4666f173d6fd92935710cd24d99ee9c73d47d11..8d564874aef48f2536bdec42e3122e4210f09e11 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index a0e30b1d1c4d79ff1d0a1541460ff3d6d59516d5..f10a3acfd2ced0c4ac9c3a6d6e6646139dbcac93 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.\r
   --%>\r
 \r
+<%@ page contentType="text/html; charset=UTF-8" %>\r
 <%@ taglib prefix="s" uri="/struts-tags" %>\r
 \r
 <html>\r
index ee45f8be0c8d53f6380808a70db0be4bd2bf3366..ee84a88d01be79f830600fbdd4f17e0eda976f8d 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 7f8e0c5ddbea143e368ed7c7147dd90e5d4b8ac5..e893893a4c0f6ace26017ca6fd01db2a0c856615 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 69cf0eec232397da617a8ed2635216f3927632fd..1581594901c372fb54c25486ecb8227e4990b9f3 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 8857cd78d7826d2b747314cd4267812c5d7e2da0..55d360d882a9183af2492de0743d4bf0ef1753e8 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 90580d7ec7fb6fc6827dbaa0d7ad2b5d6bb06a46..e30b19f81945dba3b72bd0f366a5395d1c509ab8 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 71e0b02720ba5dbddfe1df8ab5b99ed4f7dbebb3..23dfa41556bd3a2d7ab8185738255827917f1d08 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags"%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index 363b5687d6250027821c6a4fa1ab77144222b0f4..cdd817d9d6fb87b1077fc687d13d80621ee372de 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 9e9bab672dbff4b8d5f91952f58a7cf2f8520f3d..3a12af02fada08cbb33331cc5b2a1806e9a3afb7 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 98d35738a427784ad9e95488436527e3f98d3a3d..9d77aa5d72e2b6eb7763e38ba98be53798baf082 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 10a7ecdd95add3deb0c199dad72192391f039ac1..9c6b42db188e53c2979995a7a20a4022244afe7c 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 5df50581b839053d217efb62844d868584908b06..83d130f25e69520fba180310b99e45d0f2658684 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 3ec6b361250323529e35e762dc1b27dc80ac97e2..b496b4122369c72b086ebd63a5bc3ab997c0edba 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index a0d6c0c5cebcca670befa9d88f85d73043c225d1..9ec3859fcbd58015403bf09d0e76313e3070ba64 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <html>
 <head>
index 82fc52832627b3d5b171ee3b4f8cb0a61e30ad66..29f8ffef6477f77e0ae15d537d96f91c5bea3e0f 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 36b726a73ce5e75119b5a34adbcea1fba23972ee..91b42dd34db71926b81e17239f7d0cb0158f64e5 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index da6cb2439055da5c646c7decb5501cf547c7cc2b..e9acc94fd748d3c2cb35cb4740428b8b52b682a7 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 7ea50ea4266c56b3632b26210a80653eb398408d..5a0b482a040047b7968945218f946af3dfb14338 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 68f357a2fcd0e350b7d3dc0a0ff988768978e911..1516a3a8e33c94e6b1bf4309d15565140d6fe38c 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 2d147d549bfdb6a77691a7b5286b8933b29d3a7e..8c09b517ebfab093605057485b9e8dea40b814c4 100644 (file)
@@ -17,6 +17,9 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
+
+
 <p>
   <s:if test="hasActionErrors()">
     <b style="color: red;">Errors:</b>
index c08718b574c73f1bf09af6bff9f4b72faaf0670a..9446e36ecaf7ea36d460da55d018bd1e8a727435 100644 (file)
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   --%>
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index d0cc04c7a465cdcb555b9605e851833da58761c9..2fb43d9a0c1adcb302efce9785aa7850e5ad471f 100644 (file)
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   --%>
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index ea01c0835f2c2a2107a81dcd3f09507b7600119d..2379bcdbc423ade191821a8bca20da2682bd71ac 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <s:textfield name="repository.name" label="Name" size="50" required="true"/>
index f040f4962cd32899dad6cb78daee35ac4762253a..bce43bc2b8f43f99c5ab10c8ca560d1ecf42ce1e 100644 (file)
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   --%>
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 820e444adae2fc0fe975ee67d288568c287e08b6..0a0167c62379b957fecef8cf895cfe2307710478 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.\r
   --%>\r
 \r
+<%@ page contentType="text/html; charset=UTF-8" %>\r
 <%@ taglib prefix="s" uri="/struts-tags" %>\r
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>\r
 <%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>\r
index 3df32b92bb57df089b2cb766914f47e0e70ef548..44eb18a049ce054cb75d83182fea95ff2f862ee8 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags"%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
 <%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
index ff7de86dca2450d7953d6654cdffd70e457ca634..83a915c86941d44053cff0cb83fce6b7bb648e61 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index 0d195fcdac958185202238b45d663a1f1e906d1e..21e584e0f7a03962d63338d78b1e10e5c40e9522 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %>
index cabdbe11fb530446ef707a5d0f20fad4fcce46ca..5804cbb953f013c1e5dafc36b49d75e7c7a999e3 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index 8ef32977e4ddee158be1c333d0b97938f8244fe4..60b59c7f6de5f3ad4dc44c6e331e60bccebfd24b 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags"%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index f705c3881859220fd95a42d7a6ec7ca0e2fc65e8..52b9abd577ca1ea9a6ff7d1e3b5c53c116f181d4 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 6622c3484905de64863243ae90c0df98888a6a2b..4c1c1b23d16990bf9c18e1bf639329aa66152408 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="page" uri="http://www.opensymphony.com/sitemesh/page" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index efdd6468468069f456bbc4a9a2b8c5f5781bd62c..87decf24c1091c4f16081dc70b3f62e6b37f7e05 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index 8cc91c0ca4ddcc4e0bbdd9f40f8903d033aaff0c..5e8f05179ed5c8c0e37ca1d8f9c64742c60babd9 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index 113d558154d8abcaf203e9a2d470a3dd569d5550..382dded2a11ae56ed9512c3466b3a50ae8af13df 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index 216a282dfbfcc2b147a71c317ff523d4228a93e2..9eb2864ce9b4e1f2f12728bd07f8fa3bc3dedc79 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib uri="/struts-tags" prefix="s" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index 037bd6e921cc3294d24b06cd93d7a574fd3793ed..218c5ab53e6d852d1d1f84979739480d71227c66 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
 <%@ taglib prefix="page"      uri="http://www.opensymphony.com/sitemesh/page" %>
 <%@ taglib prefix="s"         uri="/struts-tags" %>
@@ -25,7 +26,7 @@
 <%@ taglib prefix="my"        tagdir="/WEB-INF/tags" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
 
-<page:applyDecorator name="default">
+<page:applyDecorator name="default" encoding="UTF-8">
 
 <html>
 <head>
index 4dc48af6db35b7b44a4304a101a73353d884f5dd..1f0defa04c78400c70397618a56258dd0ba76794 100644 (file)
@@ -19,6 +19,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
 <%@ taglib uri="/struts-tags" prefix="s" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
@@ -39,7 +40,7 @@
   <link rel="stylesheet" href="<c:url value="/css/site.css"/>" type="text/css" media="all"/>
   <link rel="stylesheet" href="<c:url value="/css/print.css"/>" type="text/css" media="print"/>
   <link rel="shortcut icon" href="<c:url value="/favicon.ico" />"/>
-  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
   <decorator:head />
 </head>
 
index 97dd025d7b55b977089c60ec9feac8ea65bbcef7..af8993a0a3a374447bb5637b80266b67daad8635 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index b11ed38aa798f678b703dfc12ef4990fcf3e23d5..fbee8d0dd3946543c5aed319cb2d1155883fa126 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 9493113a5ff9bb3722989e8e4e9298aa09f4c8fc..1ee60eabb65055d704c49437a1f3fd557dc81a96 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 60be65eaea8b863c99e0a92a2b8e1324f752677f..3a322522a1b482115c86f596b3b613f243b99905 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index a7cee6b94bf3df07829828f1a376429076a7a728..8eec0eeaed949b07d544bd94a36c0bae50ecc38c 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index 4180f915dc809cb5440bcb81fe3c7768b63969b0..6cce9aea60853ac1bf7502ec4be2d70563ef227d 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index 3eb5af7f51773282d9a88e043d97feed266e1ca5..eca6ece57ea7466da7a3f1dba05702bd3c7a7c69 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
   
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 45d8ea2f790c090fd0a170bb32c43815427bf77d..8c21c24c4ee27ef6781223a22eb08310cfbed9c2 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index b344ea36d70db4093c4b8a10b79ab1e4a0ba64d9..21d140d5dddab60a3d86537afef24d72efcf8b3b 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index fbf3ac0744b47e5a9b113c7c0df1985d45818310..d44a518f8be6ac04c83f54a5dca74d98d3088c75 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index eed720cf812ae74430c0aca454fdabb2b4ea2094..95b6e0768b7a6c62b4f7e506a0cb279e9c3519b1 100644 (file)
@@ -19,6 +19,7 @@
 
 <%-- http://www.opensymphony.com/webwork/wikidocs/File%20Upload%20Interceptor.html --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 721a171f93597c2fb294f1779d22266ec7ec3670..8dbf9b438facbd5a627c807858e7672e42bf7f51 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index 04224d4a1a4f53b1cbb6051d678e42921c09e861..c409875c8bf18587b2d42e2ce7c48c0113efb18b 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
index 5ef5a32a53b20274b2fb04546de3d27d44de70ca..b4d11f96abc321d041b35c161473b7b2c8a4ff5a 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 
 <html>
index 427767fab580dc82fa55a35f6e43b73c0a3e4b71..9bac0978258dcdd368c004432e260997430ac93e 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
index 152cdec3957b2d7134174cc92d09c5120d011707..24af15b3af9521efeca9342941748a72e194dd5c 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="archiva"   uri="/WEB-INF/taglib.tld" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
index 5a92d85abc87456d0755901073fff639a4683e56..bc6c4a5f2b4590205947b60683c23ea8e7561146 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib uri="/struts-tags" prefix="s" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
index e7b3e9600f7f7af71c31efc961bcfa0d47808054..cce8069f4c8bf46b161893c1a8f957956bfcf676 100644 (file)
@@ -17,6 +17,7 @@
   ~ under the License.
   --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
index ea907a0642d81028fcfa752da9f9c2d031f1d75c..f56224ce3d3222688c2a3c474cba03816ddd5677 100644 (file)
@@ -19,6 +19,7 @@
 
 <%-- http://www.opensymphony.com/webwork/wikidocs/File%20Upload%20Interceptor.html --%>
 
+<%@ page contentType="text/html; charset=UTF-8" %>
 <%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>