From f9be37e7cb9d919ba423fde5d05aa87962da0259 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 12 May 2015 14:45:50 +0200 Subject: [PATCH] prepare for unidecode Nimble package --- doc/lib.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/lib.txt b/doc/lib.txt index 1c02780683..15e99ca05e 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -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 `_ - This module provides Unicode to ASCII transliterations: - It finds the sequence of ASCII characters that is the closest approximation - to the Unicode string. - * `matchers `_ This module contains various string matchers for email addresses, etc.