As stated in PR https://github.com/kennygrant/sanitize/pull/22,
sanitize package function was missing of Accents()-like function to
transform strings to their umlauts variant.
That PR has been merged, but was misinterpreting the way - I personally
think - Accents() function was thought.
This commit should make some clarifications about their real
distinction.
As stated in PR https://github.com/kennygrant/sanitize/pull/22, sanitize package function was missing of Accents()-like function to transform strings to their umlauts variant. That PR has been merged, but was misinterpreting the way - I personally think - Accents() function was thought. This commit should make some clarifications about their real distinction.