[Libreoffice-bugs] [Bug 46434] New: Errors opening files via IPC with 8-bit encoding of file names
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 22 01:29:54 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=46434
Bug #: 46434
Summary: Errors opening files via IPC with 8-bit encoding of
file names
Classification: Unclassified
Product: LibreOffice
Version: LibO 3.5.0 Release
Platform: Other
OS/Version: Linux (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Localisation
AssignedTo: libreoffice-bugs at lists.freedesktop.org
ReportedBy: alexpro at itp.ac.ru
Created attachment 57440
--> https://bugs.freedesktop.org/attachment.cgi?id=57440
Correctly transform abs. paths to URLs
When LibreOffice is already running, opening new files with
national characters in name fails when local filename encoding is not UTF8.
Steps to reproduce:
(assume, that locale is ru_RU.KOI8-R and filenames are encoded in KOI8-R)
1. Create file пример.odt
2. Start lowriter
3a. Run libreoffice --writer пример.odt
This produces an error in started instance 'file <utf bytes> not found'
3b. Run libreoffice --writer /abs/path/to/пример.odt
This makes no response at all.
In both cases file пример.odt should be opened.
Attached patches correct this problems.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list