To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70630
                 Issue #|70630
                 Summary|wrong encoding in LaTeX export
               Component|Word processor
                 Version|OOo 2.0.4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|mru
             Reported by|uwestoehr





------- Additional comments from [EMAIL PROTECTED] Thu Oct 19 18:37:27 -0700 
2006 -------
When I export a german .odt document to LaTeX the following laTeX preamble
entries are created:

\usepackage[ascii]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}

The first line is not correct as the encoding "ascii" is chosen although babel
is correctly loaded with the parameter for german. The wrong encoding leads to
LaTeX errors for every umlaut character (ä, ö, ü) in the document. The correct
encoding for german documents is

\usepackage[latin1]{inputenc}
or
\usepackage[cp1252]{inputenc}

OOo should recognize the correct encoding for every document language like it
currently already does this for the babel package.

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