summaryrefslogtreecommitdiff
path: root/converters/fribidi/DESCR
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-14 01:16:39 +0000
committerxtraeme <xtraeme>2003-12-14 01:16:39 +0000
commitd80f7629f152a9a98cffb20ba467d875f1c0f48c (patch)
treedf428d397292d71857f9c3a83359f070ff5b7e38 /converters/fribidi/DESCR
parent8f181f5e2c26c22f6d25c0ab98ef444d46801400 (diff)
downloadpkgsrc-d80f7629f152a9a98cffb20ba467d875f1c0f48c.tar.gz
Initial import of fribidi-0.10.4 from pkgsrc-wip.
Free Implementation of the Unicode Bidirectional Algorithm. The library implements all of the algorithm as described in the "Unicode Standard Annex #9, The Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested against Bidi Reference Code, and due to our best knowledge, does not contain any conformance bugs. In the API, we were inspired by the document "Bi-Di languages support - BiDi API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi support to Mozilla. Internally the library uses Unicode entirely. The character property function was automatically created from the Unicode property list data file, PropList.txt, available from the Unicode Online Data site. This means that every Unicode character will be treated in strict accordance with the Unicode specification. The same is true for the mirroring of characters, which also works for all the characters listed as mirrorable in the Unicode specification.
Diffstat (limited to 'converters/fribidi/DESCR')
-rw-r--r--converters/fribidi/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/fribidi/DESCR b/converters/fribidi/DESCR
new file mode 100644
index 00000000000..d3f10125f35
--- /dev/null
+++ b/converters/fribidi/DESCR
@@ -0,0 +1,18 @@
+Free Implementation of the Unicode Bidirectional Algorithm.
+
+The library implements all of the algorithm as described in the "Unicode
+Standard Annex #9, The Bidirectional Algorithm,
+http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
+against Bidi Reference Code, and due to our best knowledge, does not contain
+any conformance bugs.
+
+In the API, we were inspired by the document "Bi-Di languages support - BiDi
+API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
+support to Mozilla.
+
+Internally the library uses Unicode entirely. The character property function
+was automatically created from the Unicode property list data file,
+PropList.txt, available from the Unicode Online Data site. This means that
+every Unicode character will be treated in strict accordance with the Unicode
+specification. The same is true for the mirroring of characters, which also
+works for all the characters listed as mirrorable in the Unicode specification.