Am Fre, den 03.09.2004 schrieb Hubert Figuiere um 20:28:
> Hi,
>
> On Fri, 2004-09-03 at 13:13 +0200, Robert Staudinger wrote:
>
> > the attached patch fixes #5664 "Exporting Hebrew text to OpenOffice
> > Writer loses directionality".
> >
> > It would be really nice if people using Abi in right-to-left locales
> > could test this patch. From a first glance the sample document from
> > bugzilla now looks very similar in Abi and OOo, but who am i to tell.
> >
> > Be aware that export of headings is not implementet (yet?) so all text
> > will have the same font and -size. Feel free to open RFEs.
>
> Please, don't use UT_String
> Use UT_UTF8String. Even more if you are using it to output XML.
>
> UT_String should die. (or become an abstract interface to the whole
> UT_String cruft rework I schedule for 2.4)
I tried to do that. The problem that the exporter is built somewhat
around a UT_GenericStringMap, which declares a
UT_GenericVector<const UT_String*>* keys()
What would you suggest to use as an utf8 aware hash?
Apart from that i'm trying to use UT_String only for attributes, which
are ascii anyways. For the actual content UT_UTF8String is used.
Thanks,
Rob
Received on Mon Sep 6 23:21:44 2004
This archive was generated by hypermail 2.1.8 : Mon Sep 06 2004 - 23:21:44 CEST