summaryrefslogtreecommitdiff
path: root/gen.tab/gen-brackets-tab.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify fribidi-types.h a bitKhaled Hosny2017-11-161-5/+5
| | | | | | | | It is 2017, I think we can rely on the presence of one of these three int types headers. Also rename types that are not exposed in public headers to use the standard names.
* Fixed potential crash in the gen-brackets-tab code.Dov Grobgeld2017-11-091-1/+1
| | | | * The size for parsing of UnicodeData.txt was too small.
* Added Unicode 6.3 support (and beyond)Dov Grobgeld2017-08-011-0/+345
- N0 support - Isolate character support (LRI, RLI, FSI) - Added test program test.c by Behdad that tests BidiTest.txt compliance. - Added test program test-character.c that tests BidiCharacterTest.txt compliance.