prepare for unidecode Nimble package

This commit is contained in:
Araq
2015-05-12 14:45:50 +02:00
parent e51e2564a2
commit 2b0115eb5f

View File

@@ -123,11 +123,6 @@ String handling
Ropes can represent very long strings efficiently; especially concatenation
is done in O(1) instead of O(n).
* `unidecode <unidecode.html>`_
This module provides Unicode to ASCII transliterations:
It finds the sequence of ASCII characters that is the closest approximation
to the Unicode string.
* `matchers <matchers.html>`_
This module contains various string matchers for email addresses, etc.