diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 09:10:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 09:10:54 +0000 |
commit | 80da2adf578ff4b1a8f3a8897ee93b0ded096d36 (patch) | |
tree | 0989b0a718ed0c8abc4eda5f2235b248037bdc93 /textproc/Makefile | |
parent | a4bd3790d1dcacde802649a684b3ae507c09045a (diff) |
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
strings. MARC-8 is a single byte character encoding that predates
unicode, and allows you to put non-Roman scripts in MARC bibliographic
records.
WWW: http://search.cpan.org/dist/MARC-Charset
PR: ports/137433
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=238963
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2378e97b9ebf..55843344cf0b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -491,6 +491,7 @@ SUBDIR += p5-Lingua-Treebank SUBDIR += p5-Lucene SUBDIR += p5-MARC + SUBDIR += p5-MARC-Charset SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MKDoc-XML |