Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 36791 invoked from network); 20 Feb 2010 18:14:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2010 18:14:48 -0000 Received: (qmail 24677 invoked by uid 500); 20 Feb 2010 18:14:48 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 24661 invoked by uid 500); 20 Feb 2010 18:14:48 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 24651 invoked by uid 99); 20 Feb 2010 18:14:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 18:14:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 18:14:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 012AA29A0024 for ; Sat, 20 Feb 2010 10:14:28 -0800 (PST) Message-ID: <421322019.412671266689668003.JavaMail.jira@brutus.apache.org> Date: Sat, 20 Feb 2010 18:14:28 +0000 (UTC) From: "Andrew Jaquith (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Resolved: (JSPWIKI-180) Drop support for ISO-8859-1 In-Reply-To: <5688665.1202565309918.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JSPWIKI-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Jaquith resolved JSPWIKI-180. ------------------------------------ Resolution: Fixed JSPWiki 3.0.0-svn-207 is now UTF-8 only. Some of the property-file classes still support ISO-8859-1, of course, but the rest of JSPWiki is now all UTF-8. > Drop support for ISO-8859-1 > --------------------------- > > Key: JSPWIKI-180 > URL: https://issues.apache.org/jira/browse/JSPWIKI-180 > Project: JSPWiki > Issue Type: Task > Components: Core & storage > Reporter: Janne Jalkanen > Priority: Minor > Fix For: 3.0 > > > JSPWiki currently supports both 8859-1 and UTF-8. However, the code used to achieve that is cumbersome and causes quite a few confusions. JSPWiki should drop explicit support for 8859-1 (which is obsolete anyway, thanks to the Euro...) > Most browsers should offer a pretty good UTF-8 support these days, and we already have automatic DB migration code in place. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.