API compatibility issue with 0.19.1 release ?
"Christophe Gisquet" <[email protected]> Tue, 16 Dec 2008 00:14:12 +0100
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
Hi, it seems 2 functions that were available before (at least in the 0.10 series) are no longer "exported": - fribidi_utf8_to_unicode - fribidi_unicode_to_utf8 I therefore have to define them myself in my program, using the FRIBIDI_NAMESPACE magic: http://svn.gna.org/viewcvs/wormux/trunk/lib/wormux/base/i18n.cpp?rev=5488&view=markup As fribidi main page claims that fribidi2 "is supposed to be fully API/ABI compatible with the 0.10 series", I thought you'd like to know that, as far as I see, it is not the cause because of the above. Regards, Christophe