update to 0.6.5
[pkgsrcv2.git] / converters / fribidi / DESCR
1 Free Implementation of the Unicode Bidirectional Algorithm.
2
3 The library implements all of the algorithm as described in the "Unicode
4 Standard Annex #9, The Bidirectional Algorithm,
5 http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
6 against Bidi Reference Code, and due to our best knowledge, does not contain
7 any conformance bugs.
8
9 In the API, we were inspired by the document "Bi-Di languages support - BiDi
10 API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
11 support to Mozilla.
12
13 Internally the library uses Unicode entirely. The character property function
14 was automatically created from the Unicode property list data file,
15 PropList.txt, available from the Unicode Online Data site. This means that
16 every Unicode character will be treated in strict accordance with the Unicode
17 specification. The same is true for the mirroring of characters, which also
18 works for all the characters listed as mirrorable in the Unicode specification.