Bug 81003 - different encoding on filenames causes k3b to fail on burning
Summary: different encoding on filenames causes k3b to fail on burning
Status: RESOLVED DUPLICATE of bug 117168
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 00:02 UTC by Mike Traum
Modified: 2005-12-11 16:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Traum 2004-05-06 00:02:18 UTC
Version:           0.11.9-0 (using KDE KDE 3.2.2)
Installed from:    RedHat RPMs
OS:          Linux

When burning files with a filename in a non-standard charset, the burn will fail. It 'hangs', in that it will sit there with the last message being 'Starting in 1 second', but a click of the Cancel button will properly cancel it.

The main window shows:
mkisofs returned an unknown error (code 1)
Operation not permitted
Please send me an email with the last output
Starting in 1 second

The debugging window shows:
[... clipped ...]
Life Skills Project Review (1).doc)
Incorrectly encoded string (La República del Paraguay.doc) encountered.
Possibly creating an invalid Joliet extension. Aborting.

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -V DBackup040505 -volset  -A K3B THE CD KREATOR VERSION 0.11.9 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -P  -p K3b - Version 0.11.9 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-root/k3b7cfjkb.tmp -r -hide-list /tmp/kde-root/k3bhVBxoa.tmp -J -joliet-long -hide-joliet-list /tmp/kde-root/k3bar03Ib.tmp -U -D -iso-level 3 -path-list /tmp/kde-root/k3bvLAZta.tmp 


This file name it's failing on is:
La Rep�blica del Paraguay.doc
[user]$ ls La\ Rep�blica\ del\ Paraguay.doc | od -c
0000000   L   a       R   e   p 372   b   l   i   c   a       d   e   l
0000020       P   a   r   a   g   u   a   y   .   d   o   c  \n
0000036


This is on:
Redhat Linux 9.0
Kernel 2.4.20-30.9
FAT32 Filesystem
KDE 3.2.2
k3b .11.9
mkisofs 2.01
Comment 1 Thiago Macieira 2005-12-11 16:28:09 UTC

*** This bug has been marked as a duplicate of 117168 ***