To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=23827





------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 03:53:51 -0800 
2005 -------
Just FYI. I did some investigation about this bug. The problem is that OOo 1.1.4
uses ISO1252 for text. But some Czech characters are not defined in ISO1252.
Full czech alphabet is defined in ISO-8859-2 or ISO1250 (Windows) encodings. If
OOo prints, it creates PostScript with content:
1) define ISO1252Encoding (this encoding doesn't include e.g. character small E
with caron \v{e}).
2) create font Times-Roman-iso1252 based on Times-Roman with encoding
ISO1252Encoding
3) it sets the font Times-Roman-iso1252 and prints characters which are defined
in ISO1252 encoding
4) character not defined in ISO1252 are created as new characters in
LucidaSans-TypewriterHGSet2 font (and therefore they look different that the
ones from Times-Roman-iso1252 font)

BUT!

If I copy definition of ISO1252Encoding and rename it to ISO1250Encoding and
change the 236th character from /igrave (defined in ISO1252) to /ecaron (defined
in ISO1250), then I create font Times-Roman-iso1250 based on Times-Roman with
ISO1250Encoding (the same way like Times-Roman-iso1252 is created) and then I
change some correct character to small E with caron, it displays correctly.

So the problem is, that OOo doesn't print PostScript in ISO1250 encodings (my
fonts are correct, I have defined Font replacement (Times New Roman -> Times)
and it works, but the PS output uses different encodings (ISO1252 insted of
ISO1250).

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

Reply via email to