On Thu, Jul 25, 2002 at 08:25:27PM +0200, Joaqu�n Cuenca Abela wrote: > Maybe should be ignore neutral characters and separators in the > comparison?
Now, I don't know the Fribidi code at all, but could we do something like: if (iType == SPACE_TYPE) iType = NORMAL_LATIN1_LTR_TYPE; ?
