GitHub user luccioman opened a pull request:

    https://github.com/apache/commons-io/pull/51

    [IO-557] Perform locale independant upper case conversions.

    To handle properly lower cased character encoding name in XML prolog
    with any default system locale, notably Turkish which has specific rules 
for case conversion of dotted and dotless i characters.
    
    Fixes issue [IO-557](https://issues.apache.org/jira/browse/IO-557).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/luccioman/commons-io case_conversion

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 9969d9b4fbe25c136031d70734de286a4e08ff7a
Author: luccioman <luccio...@users.noreply.github.com>
Date:   2017-12-18T08:37:06Z

    Perform locale independant upper case conversions.
    
    To handle properly lower cased character encoding name in XML prolog
    with any default system locale, notably Turkish.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to