[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-07-06 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User es changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul  6 18:12:31 + 
2007 ---
Ok in m219

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-03-27 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Mar 27 10:31:00 + 
2007 ---
Verified in CWS vcl75

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-03-26 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User sba changed the following:

What|Old value |New value

 Assigned to|sba   |es





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 11:04:43 + 
2007 ---
SBA-ES: Please proceed. Thank you.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-03-20 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User pl changed the following:

What|Old value |New value

 Assigned to|pl|sba





--- Additional comments from [EMAIL PROTECTED] Tue Mar 20 18:21:05 + 
2007 ---
pl-sba: please verify in CWS vcl75

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-02-26 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User hdu changed the following:

What|Old value |New value

 Assigned to|hdu   |pl





--- Additional comments from [EMAIL PROTECTED] Mon Feb 26 08:19:09 + 
2007 ---
reassigning to pl: you wanted this issue back...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-02-23 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Feb 23 09:14:23 + 
2007 ---
pl-hdu: you said you wanted a different solution with SalLayout.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-02-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 23 15:16:53 + 
2007 ---
Ok, I understand the PDFWriterImpl::registerGlyphs() method now better for the
case of non-subsettable fonts. The problem in the code for this case was that
though the glyphids (which were determined by the layout engine) are correct
they get ignored. The assumption in the method that the glyphids correspond
directly to the text's unicode was wrong.

The best solution for this wrong assumption would be to map the layout engine's
glyphids (i.e. FreeType's synthetic glyphid for a Type1 font) back to unicode
and only then to the embeddable font's encoding. But this reverse mapping is not
easily available and adding the infrastructure for it would be a lot of work
(e.g. on WIN32).

With the new knowledge about PDFWriterImpl::registerGlyphs() I was no longer
able to come up with a realistic scenario that wouldn't work with Alan's patch
and applied it. There might be problems with Type1 fonts that do not map
unicodes=U+007F to the same encoding points. If this scenario should ever
become realistic we'll have to reexamine the fix.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-02-20 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User pl changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Tue Feb 20 08:23:09 + 
2007 ---
target

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-02-20 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User pl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 20 10:22:38 + 
2007 ---
a slightly better solution is to do this before registerglyphs since at least
this will not break the embedded fonts hash. But the strong layout mode of the
OutputDevice is not a good indicator; we want to get the right glyph also in
weak layout mode. Need further discussion with hdu.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-01-10 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User pl changed the following:

What|Old value |New value

Target milestone|OOo Later |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Jan 10 01:08:22 -0800 
2007 ---
Will have a look

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-01-03 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User hdu changed the following:

What|Old value |New value

  CC|'ayaniger,dina,nyh,sforbes|'ayaniger,dina,hdu,nyh,sfo
|,shlomif,yba,yhager'  |rbes,shlomif,yba,yhager'

 Assigned to|hdu   |pl

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Jan  3 03:44:29 -0800 
2007 ---
Thanks for the patch. It helps to isolate the problem.

@pl: Please have a look at the patch. The method PDFWriterImpl::registerglyphs()
seems to be the wrong function to patch though. If one of the problematic glyphs
was already registered in a LTR context the patch wouldn't work and if it was
registered in a RTL context then the LTR text would look wrong.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-01-02 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User ayaniger changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41837)
Seems to fix the pr
|  |oblem






--- Additional comments from [EMAIL PROTECTED] Tue Jan  2 09:31:51 -0800 
2007 ---
Created an attachment (id=41837)
Seems to fix the problem


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2007-01-02 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691





--- Additional comments from [EMAIL PROTECTED] Tue Jan  2 09:33:33 -0800 
2007 ---
ayaniger-hdu:
I've attached a patch which seems to fix the bug. Could you review it to see if
this is the best way to go about fixing the problem, and to insure that it
doesn't break anything else?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2006-12-31 Thread nyh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User nyh changed the following:

What|Old value |New value

  CC|'ayaniger,dina,sforbes,shl|'ayaniger,dina,nyh,sforbes
|omif,yhager'  |,shlomif,yhager'





--- Additional comments from [EMAIL PROTECTED] Sun Dec 31 02:03:28 -0800 
2006 ---
I can also confirm this bug, on OpenOffice 2.0.4 on Linux. Exporting to PDF text
in the Culmus font results in reversed parantheses. If I export to Postscript
instead of PDF, or if I use Microsoft's TTF fonts, the parantheses are printed
correctly.

This bug is highly annoying and visible, and I've been noticing it for over a
year now.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2006-12-31 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User ayaniger changed the following:

What|Old value |New value

  CC|'ayaniger,dina,nyh,sforbes|'ayaniger,dina,nyh,sforbes
|,shlomif,yhager'  |,shlomif,yba,yhager'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2006-12-20 Thread yhager
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691





--- Additional comments from [EMAIL PROTECTED] Wed Dec 20 23:39:08 -0800 
2006 ---
This one still exists in OOo 2.1 on (gentoo) Linux. 
Any chance to wake this issue up (besides voting for it)?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[gsl-issues] [Issue 36691] Reversed parethesis when e xporting Hebrew documents with Type1 fonts to PDF

2006-12-20 Thread yhager
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36691


User yhager changed the following:

What|Old value |New value

  CC|'ayaniger,dina,sforbes,shl|'ayaniger,dina,sforbes,shl
|omif' |omif,yhager'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]