From 324eedae596ab2e1b7c22335b58733482c56e621 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Wed, 21 Dec 2005 12:37:12 +0000 Subject: [PATCH] =?UTF-8?q?.=20Fix=20for=20I18N=20issue=20identified=20on?= =?UTF-8?q?=20the=20forums=20=20-=20not=20having=20language=20pack=20files?= =?UTF-8?q?=20with=20"=5Fen=5FUS"=20causes=20problems=20on=20machines=20us?= =?UTF-8?q?ing=20non-english=20locale=20by=20default=20=20-=20basically=20?= =?UTF-8?q?you=20cannot=20select=20English=20locale=20(not=20that=20you=20?= =?UTF-8?q?probably=20would=20if=20you=20had=20a=20french=20machine=20etc.?= =?UTF-8?q?=20but=20I=20digress=E2=80=A6)=20=20-=20added=20an=20ANT=20task?= =?UTF-8?q?=20that=20duplicates=20our=20messages=20properties=20files=20to?= =?UTF-8?q?=20=5Fen=5FUS=20during=20the=20build=20process.=20.=20Increased?= =?UTF-8?q?=20default=20buffer=20size=20for=20browse.jsp=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2051 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- project-build.xml | 11 +++++++++++ source/web/jsp/browse/browse.jsp | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/project-build.xml b/project-build.xml index e03427694f..00eddd0442 100644 --- a/project-build.xml +++ b/project-build.xml @@ -67,6 +67,12 @@ + + + + + + @@ -84,6 +90,11 @@ + + + + + diff --git a/source/web/jsp/browse/browse.jsp b/source/web/jsp/browse/browse.jsp index 56d7501027..f1239ada1a 100644 --- a/source/web/jsp/browse/browse.jsp +++ b/source/web/jsp/browse/browse.jsp @@ -24,9 +24,9 @@ <%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %> <%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %> -<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %> +<%@ page buffer="100kb" contentType="text/html;charset=UTF-8" %> <%@ page isELIgnored="false" %> - +