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 A26D8182BE for ; Tue, 14 Jul 2015 01:25:30 +0000 (UTC) Received: (qmail 84970 invoked by uid 500); 14 Jul 2015 01:22:38 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73269 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 60315 invoked by uid 99); 14 Jul 2015 00:07: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:07:04 +0000 Date: Tue, 14 Jul 2015 00:07:04 +0000 (UTC) From: "Bertrand Wlodarczyk (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= 610#comment-14625610 ]=20 Bertrand Wlodarczyk commented on LANG-1120: ------------------------------------------- Solution proposal: https://github.com/apache/commons-lang/pull/105 > 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)