Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20259182D7 for ; Tue, 14 Jul 2015 01:25:39 +0000 (UTC) Received: (qmail 86314 invoked by uid 500); 14 Jul 2015 01:22:40 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73474 invoked by uid 500); 14 Jul 2015 01:22:23 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 59950 invoked by uid 99); 14 Jul 2015 00:03:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 00:03:04 +0000 Date: Tue, 14 Jul 2015 00:03:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: =?utf-8?Q?[jira]_[Commented]_(LANG-1120)_Strin?= =?utf-8?Q?gUtils.stripAccents_from_"=C5=81"_and_"=C5=82"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-1120?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D14625= 606#comment-14625606 ]=20 ASF GitHub Bot commented on LANG-1120: -------------------------------------- GitHub user kaching88 opened a pull request: https://github.com/apache/commons-lang/pull/105 [LANG-1120] Bugfix: StringUtils#stripAccents =C5=81 and =C5=82. Solution and unit test.=20 You can merge this pull request into a Git repository by running: $ git pull https://github.com/kaching88/commons-lang stripAccents Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/105.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #105 =20 ---- commit 0a203baf42fa8d7399ddf9be4beae4254108624a Author: kaching88 Date: 2015-07-13T23:54:35Z [LANG-1120] Bugfix: StringUtils#stripAccents =C5=81 and =C5=82. ---- > StringUtils.stripAccents from "=C5=81" and "=C5=82" > ----------------------------------------- > > Key: LANG-1120 > URL: https://issues.apache.org/jira/browse/LANG-1120 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 3.4 > Environment: win > Reporter: Krzysztof Walczewski > Fix For: Patch Needed > > > {code} > import org.apache.commons.lang3.StringUtils; > public class Main { > public static void main(String[] args) { > System.out.println(StringUtils.stripAccents("=C4=84=C5=81=C3=93= =C5=9A=C5=BB=C5=B9=C4=86=C5=83 =C4=85=C5=82=C3=B3=C5=9B=C5=BC=C5=BA=C4=87= =C5=84")); > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)