summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-16 17:20:53 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-16 17:20:53 +0000
commit3567ad4cc37befe7e651234bccd6498fed4de453 (patch)
tree08a09cc7cd28626cd391a0a10d781e05d1f29b57 /dev-python/unidecode
parentSpelling. (diff)
downloadgentoo-2-3567ad4cc37befe7e651234bccd6498fed4de453.tar.gz
gentoo-2-3567ad4cc37befe7e651234bccd6498fed4de453.tar.bz2
gentoo-2-3567ad4cc37befe7e651234bccd6498fed4de453.zip
Spelling.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r--dev-python/unidecode/ChangeLog7
-rw-r--r--dev-python/unidecode/metadata.xml2
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog
index 3815ccfdbfb9..10dbabfe6e50 100644
--- a/dev-python/unidecode/ChangeLog
+++ b/dev-python/unidecode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/unidecode
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.8 2013/10/20 19:25:03 sochotnicky Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.9 2014/01/16 17:20:53 jer Exp $
+
+ 16 Jan 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
+ Spelling.
20 Oct 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> metadata.xml:
Move to maintainer-needed
diff --git a/dev-python/unidecode/metadata.xml b/dev-python/unidecode/metadata.xml
index 70f4b7e6d09d..2785048d73fe 100644
--- a/dev-python/unidecode/metadata.xml
+++ b/dev-python/unidecode/metadata.xml
@@ -7,7 +7,7 @@
<longdescription lang="en">
This is a Python port of Text::Unidecode Perl module
-It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligeble (a popular example of this is when making an URL slug from an article title).
+It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligible (a popular example of this is when making a URL slug from an article title).
In most of these examples you could represent Unicode characters as "???" or "\15BA\15A0\1610", to mention two extreme cases. But that's nearly useless to someone who actually wants to read what the text says.