Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1120

StringUtils.stripAccents from "Ł" and "ł"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4
    • 3.5
    • lang.*
    • None
    • win

    Description

      import org.apache.commons.lang3.StringUtils;
      
      public class Main {
      
          public static void main(String[] args) {
              System.out.println(StringUtils.stripAccents("ĄŁÓŚŻŹĆŃ ąłóśżźćń"));
          }
      }
      

      Attachments

        Activity

          People

            pascalschumacher Pascal Schumacher
            kwalczewski Krzysztof Walczewski
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: