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

2016-02-17 Thread Henri Yandell (JIRA)

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

Henri Yandell updated LANG-1120:

Fix Version/s: (was: Patch Needed)
   Review Patch

> 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
> 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)


[jira] [Updated] (LANG-1120) StringUtils.stripAccents from Ł and ł

2015-07-13 Thread Charles Honton (JIRA)

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

Charles Honton updated LANG-1120:
-
Component/s: lang.*

 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
 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(ĄŁÓŚŻŹĆŃ ąłóśżźćń));
 }
 }
 {code}



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


[jira] [Updated] (LANG-1120) StringUtils.stripAccents from Ł and ł

2015-04-28 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1120:
--
Fix Version/s: Patch Needed

 StringUtils.stripAccents from Ł and ł
 -

 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(ĄŁÓŚŻŹĆŃ ąłóśżźćń));
 }
 }
 {code}



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