You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/05/10 19:25:13 UTC

[jira] [Comment Edited] (LANG-1120) StringUtils.stripAccents from "Ł" and "ł"

    [ https://issues.apache.org/jira/browse/LANG-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278707#comment-15278707 ] 

Pascal Schumacher edited comment on LANG-1120 at 5/10/16 7:24 PM:
------------------------------------------------------------------

Pull request merged. Thanks!

Issue can be resolved.


was (Author: pascalschumacher):
Pull request merged. Thanks!

Issue can be closed.

> StringUtils.stripAccents from "Ł" and "ł"
> -----------------------------------------
>
>                 Key: LANG-1120
>                 URL: https://issues.apache.org/jira/browse/LANG-1120
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.4
>         Environment: win
>            Reporter: Krzysztof Walczewski
>            Assignee: Charles Honton
>             Fix For: Review Patch
>
>
> {code}
> import org.apache.commons.lang3.StringUtils;
> public class Main {
>     public static void main(String[] args) {
>         System.out.println(StringUtils.stripAccents("ĄŁÓŚŻŹĆŃ ąłóśżźćń"));
>     }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)