Shachar Shemesh wrote:
Hi all,
I am trying to add ICU as a soft dependancy of Wine, so I can use it's BiDi functions. Unfortunetly, it seems to be using miracolous name mangling.
ubidi.h has: U_CAPI UBiDi * U_EXPORT2 ubidi_open(void);
however, 'nm -D libicuuc.so.21.0' gives: 00046784 T ubidi_open_2_1
some grep in the source gives: common/unicode/urename.h:#define ubidi_open ubidi_open_2_6
I think this is used to also get the version number of the lib and ensure that the client side version will match the library side
A+