Changes between Version 9 and Version 10 of Compositor


Ignore:
Timestamp:
02/15/09 05:48:42 (4 years ago)
Author:
tal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compositor

    v9 v10  
    99 * GSUB Lookup Type 8 (Reverse Chaining Context) is not supported. 
    1010 * !LookupFlag.!RightToLeft is not supported. 
    11  * GDEF.!AttachList is not supported. 
    12  * GDEF.!LigCaretList is not supported. 
    13  * DFLT/dflt tag support may be buggy. 
    14  * GPOS Lookup Types 5 & 6 may be, and probably are, buggy. 
    15  * init, medi, fina and isol feature support is experimental. 
    16  * The ''Ignore Format and Extend characters, except when they appear at the beginning of a region of text.'' portion of [http://www.unicode.org/reports/tr29/tr29-11.html#Default_Word_Boundaries Unicode word boundary algorithm] is not implemented in [source:/packages/compositor/trunk/Lib/compositor/textUtilities.py the boundary detection functions]. I don't understand it. 
    17  * The old Adobe contextual format is not yet supported. 
     11  * The ''Ignore Format and Extend characters, except when they appear at the beginning of a region of text.'' portion of [http://www.unicode.org/reports/tr29/tr29-11.html#Default_Word_Boundaries Unicode word boundary algorithm] is not implemented in [source:/packages/compositor/trunk/Lib/compositor/textUtilities.py the boundary detection functions]. I don't understand it. 
     12 
     13This that need more testing to make sure that they are working correctly: 
     14 * GPOS Lookup Types 5 & 6. 
     15 * init, medi, fina and isol feature support. 
    1816 
    1917Any information about these issues, code patches or bug reports would be greatly appreciated.