You are not logged in.

1

Monday, May 14th 2007, 6:50pm

copying special characters in konqueror

Hello,

i have copied some files with special characters from a DVD onto my kubuntu 7.04 linux. they look like this now:

04 la vie de r??ve (well the two question marks are little rectangles in my konqueror)

now i want to copy these files to an external disc, but konqueror gives me an error message

"Could not make folder /media/disk-1/Sound/Dub/Lab??."

Where ?? are again little rectangles.

I tried to change my locals, i also used the utf-8 migration tool, which didnt solve anything, still got the same problem.

###########
I also tried
# dpkg-reconfigure locales

####################################
# locale -a
C
de_AT.utf8
de_BE.utf8
de_CH.utf8
de_DE.utf8
de_LU.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
POSIX

################################
# locale
LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=en_GB.UTF-8

################################
# less /etc/environment

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
LANG="en_GB"
LANGUAGE="en_GB:en"
### BEGIN DEBCONF SECTION FOR localeconf
# Do not edit within this region if you want your changes to be preserved
# by debconf. Instead, make changes before the "### BEGIN DEBCONF SECTION
# FOR localeconf" line, and/or after the "### END DEBCONF SECTION FOR
# localeconf" line.
LANG="en_GB"
### END DEBCONF SECTION FOR localeconf

##############3

has anybody an idea what i have to change that Konqueror can copy files with these little rectangles in the name? There are tons of these files as it is a mp3 collection and therefore manually changing all the folder and file names is not an option.

Thanks a lot, if you need more info just tell me and i can get the info

cheers Gerard

2

Tuesday, May 15th 2007, 9:37am

Hello again,

I found this thread concerning the same problem on another forum

http://www.linuxquestions.org/questions/…ad.php?t=382914

however, there's still no solution. My external HD is formated Fat32, but I was not aware of a difference in Fat32 versions.

Anyway, windows is able to write these special characters to the HD.

My guess is that the encoding of the filename and folder name is not properly recognised by linux, and therefore it doesnt know what to write.

I found convmv to change the encoding of file names. What I didnt get is how I get to know the initial encoding of a given file name.

maybe this helps a bit

Gerard