Created attachment 120415 [details] Problematic RTF file Character encoding is wrong in LO. See the attached correct rendering, e.g. the title: "Izvod po Tekućem računu ..." gets rendered as: "Izvod po Tekuæem raèunu ...".
Created attachment 120416 [details] Correct rendering by MSWord
I can not confirm with Version: 5.1.0.0.alpha1+ Build ID: c5fefe46fc9dca3942b2fc33ffd1f7e041d450e6 TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2015-11-04_07:04:49 text is correct : Izvod po Tekućem računu
Created attachment 120432 [details] An incorrect rendering of the file by LibreOffice Generated by libo-master-2015-11-09_23.11.30_LibreOfficeDev_5.1.0.0.alpha1_Win_x64.msi
I just rechecked, and it is still wrong. I used version libo-master-2015-11-09_23.11.30_LibreOfficeDev_5.1.0.0.alpha1_Win_x64.msi
Repro with 5.1 and 3.5.0 5.0.3 gives read error and refuses to open it. Win 7 Pro 64-bit, Version: 5.0.3.2 (x64) Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75 Locale: fi-FI (fi_FI) Version: 5.1.0.0.alpha1+ Build ID: b216cc1b8096eb60c27f67e8c27b7cd756c75e38 TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-11-12_00:06:20 Locale: fi-FI (fi_FI) 3.5.0
Looking at other reports, it looked like Windows only problem, but I reproduced it with Linux also. Original font is Tahoma. LO says it's unavailable and substituted, although I have it installed in Windows. So, not sure whether related to Bug 64509.
No surprise it is displayed wrong: {\fonttbl{\f1 Tahoma CE}}
Shouldn't that be replaced by another CE (Central European) font? Or the glyph mapping transformed onto a Unicode font (regular Tahoma is installed on my OS)?
Opening attachment 120415 [details] in word 2010 and resaving it as an rtf doesnt result in this problem. So the issue seems to be boil down to older rtf's having font names that reference which windows code page[1] the text is encoded with and that being not understood by the rtf import. So '{\f1 Tahoma CE}' should reference the Central European Windows-1250 code page[2] which for example has ascii 230 (æ) as ć. Unless LO stores the character mapping of windows code pages and also has a routine for conversion, i dont think this is something that could be fixed. @Miklos: Any thoughts? [1] https://en.wikipedia.org/wiki/Windows_code_page [2] https://en.wikipedia.org/wiki/Windows-1250
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
reproduced with Version: 6.4.4.2 (x64) Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: CL Version: 7.0.0.0.beta1 (x64) Build ID: 94f789cbb33335b4a511c319542c7bdc31ff3b3c CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: Skia/Raster; VCL: win Locale: en-US (de_DE); UI: en-US Calc: threaded
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/965313b9efc761c70aacf6e3ebee60ffa2b1d5dd tdf#95706: RTF import: Use fontname suffixes to detect encoding It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/d72dece2bc61e3bab8db5968d53dc0e98a3bea4d tdf#95706: RTF import: Use fontname suffixes to detect encoding It will be available in 7.3.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/844be7358f1eec00094a55fa1fb4fadadb8cd1bf tdf#95706: RTF import: tolerant font table parsing It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/8daac72b7a0b7cdf6eb520273829c0c0c15ddef5 tdf#95706: RTF import: tolerant font table parsing It will be available in 7.3.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks Vasily.