aboutsummaryrefslogtreecommitdiffstats
path: root/converters/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-11-04 22:37:37 +0800
committermiwi <miwi@FreeBSD.org>2009-11-04 22:37:37 +0800
commita4248419e02949041bc30c10baf1f314b7fc195d (patch)
tree9a5800187c7304483884462ed1a1560f4937b842 /converters/Makefile
parenta2a05972543f83629aff5a37b31f541ab7b0ea84 (diff)
downloadfreebsd-ports-gnome-a4248419e02949041bc30c10baf1f314b7fc195d.tar.gz
freebsd-ports-gnome-a4248419e02949041bc30c10baf1f314b7fc195d.tar.zst
freebsd-ports-gnome-a4248419e02949041bc30c10baf1f314b7fc195d.zip
What Unidecode provides is a function, 'unidecode(...)' that
takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above) WWW: http://code.zemanta.com/tsolc/unidecode/ PR: ports/139858 Submitted by: Douglas Thrift
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 1ff703e40d91..ee2029950b33 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -108,6 +108,7 @@
SUBDIR += py-iconvcodec
SUBDIR += py-pisa
SUBDIR += py-svglib
+ SUBDIR += py-unidecode
SUBDIR += rcctools
SUBDIR += recode
SUBDIR += ruby-dump.rb