Hi Rainer, Just tested the changes you made to the MutableSection class. But sorting doesn't seem to solve the problem.
We found that writing all section-properties with codepage 1252 (thus ignoring the fact that HPFS currently only supports unicode) at least Word can read the Custom properties. At that point POI dev-version (2.1) can't read the resulting output (expects 1200?) but the 2.5 version of POIBrowser can . Another thing is that the destination file always is smaller then original file... Kind regards, Rini van de Wiel ----- Original Message ----- From: "Rainer Klute" <[EMAIL PROTECTED]> To: "POI Users List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 8:03 PM Subject: Re: POI - HPFS problem > Am Mi, den 09.06.2004 schrieb Rini van de Wiel um 16:53: > > We are currently looking into the problem to see if we can make a > > contribution to POI-HPFS and this specific problem. We have very limited > > time (one week), before a go-nogo decision for the use of POI in our project > > has to be made. > > > > We are investigating the use of codepages and the write methods of the > > MutableXXX classes. > > Hi Rini, > > I just checked in a modification to POI's CVS. Before writing a > section's properties HPSF now sorts them by their property IDs. Since I > don't have M$ Word I cannot test this fix. Please try it out and let me > know if it helps! > > Best regards > Rainer Klute > > Rainer Klute IT-Consulting GmbH > Dipl.-Inform. > Rainer Klute E-Mail: [EMAIL PROTECTED] > K�rner Grund 24 Telefon: +49 172 2324824 > D-44143 Dortmund Telefax: +49 231 5349423 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
