You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/19 18:19:16 UTC

[Bug 120617] New: Saved document is not conforming RTF 1.9.1 spec

https://issues.apache.org/ooo/show_bug.cgi?id=120617

          Priority: P3
            Bug ID: 120617
          Assignee: ooo-issues@incubator.apache.org
           Summary: Saved document is not conforming RTF 1.9.1 spec
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: Windows 8
          Reporter: nk.0@ya.ru
          Hardware: PC
            Status: UNCONFIRMED
           Version: AOO 3.4.0
         Component: save-export
           Product: word processor

I'm working on my own RTF parser on Python for our company, so I downloaded RTF
specification from Microsoft web site, and implemented some features. But
document, created with OOO Writer 3.4 is not conforming specifications.

RTF manual says:
<fontinfo> :: themefont>?
              \fN
              <fontfamily>
              \fcharsetN?
              \fprq?
              <panose>?
              <nontaggedname>?
              <fontemb>?
              \cpgN?
              <fontname>
              <fontaltname>?
              ';'

and this is a quotation from the saved document:
{\f0\froman\fprq2\fcharset0 Times New Roman;}

so \fcharsetN and \fprq are on wrong places.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120617] Saved document is not conforming RTF 1.9.1 spec

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120617

zong dong jun <zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |zongdj001@gmail.com
     Ever confirmed|0                           |1

--- Comment #2 from zong dong jun <zo...@gmail.com> ---
confirm

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Issue 120617] Saved document is not conforming RTF 1.9.1 spec

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120617

jonathandl <jo...@netscape.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan20824@netscape.net

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Bug 120617] Saved document is not conforming RTF 1.9.1 spec

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120617

orcmid <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orcmid@apache.org

--- Comment #1 from orcmid <or...@apache.org> ---
The RTF 1.9.1 specification referenced here may be obtained at 
http://www.microsoft.com/en-us/download/details.aspx?id=10725

Comments on RTF end-of-life and further background are available in the
Wikipedia coverage:
http://en.wikipedia.org/wiki/Rich_Text_Format

[I notice that I still refer to 1.6 as the end-all of RTF, and I must train
myself to use 1.9.1 as the proper designation.]

-- 
You are receiving this mail because:
You are the assignee for the bug.