Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dgo

Pages: [1]
1
Bugs and Issues / Re: Build 846 - notes crippled in RTF export
« on: August 21, 2009, 06:01:29 pm »
Build 848 seems to work correctly. I've tested it by generating some model documentation with arround 100 pages without problems regarding right-to-left pragraphs and umlauts.

Thanks to the Sparx people for fixing the problem.

Daniel

2
Bugs and Issues / Re: Build 846 - notes crippled in RTF export
« on: August 18, 2009, 06:58:00 am »
@David:
I've reported the bug to Sparx and sent them the project file + RTF report. Now waiting for response and solution to get rid of the workarounds.

@all:
With (very) small projects everything seems to work fine - until you call the generator three or more times. Which notes will appear crippled then is unforseeable.

3
Bugs and Issues / Re: Build 846 - notes crippled in RTF export
« on: August 17, 2009, 04:56:20 pm »
Thanks for your hint, David.

I've tried the Jet 4.0 option in the most recent version 7.5, Build 847. The umlauts remain crippled in the wrongly generated right-to-left paragraphs, so changing the Jet driver doesn't seem to solve the problem. In EA version 7.1 everything works fine.

Regards
Daniel

4
Bugs and Issues / Re: Build 846 - notes crippled in RTF export
« on: August 16, 2009, 01:31:51 am »
Thanks to David for his very helpful tip.

If you are using umlauts (ä, ö, ...) in your notes, some further replacements are helpfull, cause umlauts may appear "crippled" too.

As far as I found out until today, in the rtf file the following (wrong) unicode sequences (incl. trailing blanks) must be replaced with "" (string with length 0):

"\u1460 " (Unicode \'c4 / Ä)
"\u1492 " (Unicode \'e4 / ä)
"\u1522 " (Unicode \'d6 / Ö)
"\u1510 " (Unicode \'f6 / ö)
"\u63632 " (Unicode \'dc / Ü)
"\u63637 " (Unicode \'fc / ü)
"\u63635 " (Unicode \'df / ß)

Regards,
Daniel

Pages: [1]