Issue 81970 - Export to PDF for symbol glyphs in PDF-builtin fonts (i.e. EURO symbol)
Summary: Export to PDF for symbol glyphs in PDF-builtin fonts (i.e. EURO symbol)
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 2.3
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: OOo 2.3.1
Assignee: stefan.baltzer
QA Contact: issues@gsl
URL:
Keywords: regression
: 76458 82540 (view as issue list)
Depends on: 74609
Blocks:
  Show dependency tree
 
Reported: 2007-09-26 15:45 UTC by cosimomen
Modified: 2007-11-05 11:25 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
pdf file saved from odt document with € symbol uncorrect (95.61 KB, application/pdf)
2007-09-26 15:48 UTC, cosimomen
no flags Details
odt file with € symbol correct (192.50 KB, application/vnd.oasis.opendocument.text)
2007-09-26 15:50 UTC, cosimomen
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description cosimomen 2007-09-26 15:45:59 UTC
Hi! I just installed Oo 2.3 in Italian and when saving an odt document in pdf
format it does not save correctly the Euro € symbol.
The previous 2.2 version worked correctly.

Thank you for your help, this Oo feature is basic for my work.

Regards

Cosimo Mendis
Comment 1 cosimomen 2007-09-26 15:48:51 UTC
Created attachment 48517 [details]
pdf file saved from odt document with € symbol uncorrect
Comment 2 cosimomen 2007-09-26 15:50:01 UTC
Created attachment 48518 [details]
odt file with € symbol correct
Comment 3 eric.savary 2007-09-28 15:40:28 UTC
@HDU: please have a look. Windows only.
Comment 4 hdu@apache.org 2007-10-02 08:42:27 UTC
I can reproduce it on unxlngi6 too.
Comment 5 hdu@apache.org 2007-10-02 08:45:15 UTC
A quick workaround for users is to use the corresponding truetype font (e.g. TimesNewRoman instead of 
Times).
Comment 6 hdu@apache.org 2007-10-02 09:05:38 UTC
@PL: in builds <=SRC680_m200 the Euro symbol gets encoded as 80 (WinAnsiEncoding) in the PDF,
in builds >=SRC680_m220 the Euro symbol gets encoded as AC (WinAnsiEncoding) in the PDF. 
Unfortunately this code AC is already taken by "logicalnot".

I suspect this regression was introduced by the big PDF-export changes in SRC680_m208 for the fix for 
issue 74609.
Comment 7 hdu@apache.org 2007-10-02 09:29:27 UTC
By the way, the encoding AC for the Euro sign looks suspiciously like a lower bits of the unicode U+20AC 
(euro-currency-sign).
Comment 8 hdu@apache.org 2007-10-09 14:43:21 UTC
Fixed in CWS vcl83.
The regression seems to be introduced by vcl/source/gdi/pdfwriter_impl.cxx:1.102.66.1

@pl: please verify
Comment 9 hdu@apache.org 2007-10-09 14:45:38 UTC
@hi: is this regression worthy of a target 2.3.1?
@pl: please check, let HI verify
Comment 10 hdu@apache.org 2007-10-09 14:54:17 UTC
adjusting the issue summary to the root cause
Comment 11 cosimomen 2007-10-09 15:15:41 UTC
Hi:
I followed your instructions and the problem is solved if using Times New Roman
instead of Times.
Though in Oo 2.2 this problem did not existed...!
Thanks
Comment 12 hdu@apache.org 2007-10-09 16:05:28 UTC
@cosimomen: thanks for the feedback. Please don't change the issue status from FIXED to REOPENED, 
unless you checked that the fix doesn't work.

> Though in Oo 2.2 this problem did not existed...!
That would explain why I mentioned "regression" in the issue's summary, keywords and some 
comments ;-)
Comment 13 hdu@apache.org 2007-10-12 14:23:16 UTC
*** Issue 82540 has been marked as a duplicate of this issue. ***
Comment 14 hdu@apache.org 2007-10-15 14:39:50 UTC
also commited the fix to CWS with matching target
@sba: please verify in CWS pdffix01
Comment 15 stefan.baltzer 2007-10-15 14:44:39 UTC
SBA->HDU: PLease fix for OOo 2.3.1 as agreed on in OOo releases IRC meeting today.
Comment 16 hdu@apache.org 2007-10-23 15:11:01 UTC
*** Issue 76458 has been marked as a duplicate of this issue. ***
Comment 17 h.ilter 2007-10-24 12:04:38 UTC
Verified with cws pdffix01 = ok
Comment 18 h.ilter 2007-11-02 15:20:26 UTC
See also i76458 
Comment 19 stefan.baltzer 2007-11-05 11:25:19 UTC
SBA: OK in OOG680_m8. Closed.