GitHub user Callegas opened a pull request:
https://github.com/apache/commons-lang/pull/344
Adding method to remove special characters
After having always experienced the need to remove **special characters**
in some projects, especially when working with other **languages** that use a
lot of **accented words**, I found it interesting that String Utils provided us
with this method to avoid creating it in different places and projects.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Callegas/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/344.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 #344
----
----
---