[ 
https://issues.apache.org/jira/browse/LANG-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Schumacher resolved LANG-1120.
-------------------------------------
       Resolution: Fixed
         Assignee: Pascal Schumacher  (was: Charles Honton)
    Fix Version/s:     (was: Review Patch)
                   3.5

> 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: Pascal Schumacher
>             Fix For: 3.5
>
>
> {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)

Reply via email to