Meir Kriheli wrote on 2003-07-29: > Hi, > > I need to convert logical heb to visual (to generate Hebrew PDFs with > reportlab). > I saw pure-python bidi code inside Shfifon__. It's ported from some pure-perl code with changes; at a quick glance it seems to strive for Unicode conformance but I'm not sure whether it achieves it. You could take it as a starting point, verify conformance (by comparing to the standard and some testing) and produce a pure-python bidi module. OTOH a wrapper for fribidi would be nice to have too and might be easier (since you don't need to worry about conformance).
__ https://magaf.org/shfifon -- Beni Cherniavsky <[EMAIL PROTECTED]> If I don't hack on it, who will? And if I don't GPL it, what am I? And if it itches, why not now? [With apologies to Hillel ;] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
