Eric, The C version of the bidiref code does that, in part.
See the function br_ParseFileFormatB in brinput.c. http://www.unicode.org/Public/PROGRAMS/BidiReferenceC/6.3.0/ It doesn't actually *transform* the BidiTest.txt file to output the other format, but it parses the input and then constructs calls into the bidi testing API in the same format used when it parses BidiCharacterTest.txt. So you could adapt that code, if you want, to writing out lines in the format of BidiCharacterTest.txt. The main addition you would have to make would be to add a table of characters exemplifying each of the bidi classes, so you could map the bidi class values from BidiTest.txt back to actual code points to store in BidiCharacterTest.txt format. --Ken > -----Original Message----- > From: Unicode [mailto:[email protected]] On Behalf Of Eric > Muller > Sent: Wednesday, February 12, 2014 8:47 AM > To: [email protected] > Subject: Transforming BidiTest.txt to the format of BidiCharacterTest.txt > > Does anybody have a program that transforms the UCD file BidiTest.txt to > the format of BidiCharacterTest.txt, and that they are willing to share? > > Thanks, > Eric. _______________________________________________ Unicode mailing list [email protected] http://unicode.org/mailman/listinfo/unicode

