aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oniguruma/pkg-descr')
-rw-r--r--devel/oniguruma/pkg-descr13
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/oniguruma/pkg-descr b/devel/oniguruma/pkg-descr
index 5358c9ad9c38..fac83d433924 100644
--- a/devel/oniguruma/pkg-descr
+++ b/devel/oniguruma/pkg-descr
@@ -1,10 +1,13 @@
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
-which implements all of Perl extensions plus more. It has multiple
-APIs; GNU regex, POSIX regex and its own interface.
+which implements all of Perl extensions, many of .NET extensions plus
+more.
-This library is fundamentally multilingualized and can have one
-encoding for each object. Currently supported character encodings
-are ASCII, UTF-8, EUC-JP and Shift_JIS.
+It provides multiple APIs for ease of use; GNU regex compatible API,
+POSIX regex compatible API and its own.
+
+This library is multilingualized by design and can have one encoding
+for each regex object. Currently supported character encodings are
+ASCII, UTF-8, EUC-JP and Shift_JIS.
Author: K.Kosako <kosako@sofnec.co.jp>
WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/