Posts: 8
Joined: Jan 2004
Reputation:
0
when i use samba with the 2004-01-02 cvs, files and directories containing the swedish letters åäö become garbled.
Posts: 266
Joined: Nov 2003
Reputation:
0
ktd
Senior Member
Posts: 266
confirme that it now works fine!
thanks dev team!!!
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
if you could post those filenames, i'll see what i can do.
Posts: 10
Joined: Jan 2004
Reputation:
0
ok, so after some testing...
if i log into the linux server using telnet and enter åäöåäö.mp3 as a filename it shows up correct in xbmc as åäöåäö.mp3 ! but in xp it's all strange characters.
but i'm using xp to create files and store in my linux server smb 2.2.7 server, and then it will be "?" characters in linux and small squares in xbmc
i'm using iso 8859-15 i.e, latin-9, as character code in linux.
so, it looks like i'm having a problem with my keytable in xp, or the samba character codes.
q. if anyone, who has working international characters in xbmc, looks into their linux server file names, is it also readable or is the character replaced by a "?". ?
/51
Posts: 10
Joined: Jan 2004
Reputation:
0
to get my characters to work with xbox and linux
i installed samba-3.0.1-2 instead of my old 2.2.7
you have to remove some parameters in smb.conf
like the "client code page" and the "character set"
as the samba 3.0 (and xbmc) uses unicode, i.e, utf8,
as character set.
if u have old files with filename in the iso8859-1
coding, and you do not want to convert file names with
the convmv program, you could add the "unix charset = iso8859-1"
parameter to the /etc/samba/smb.conf samba 3.0 config file.
then, you don't have any problems with xbmc, smb and
international characters, as they all uses utf8 as character set.
if u're not able to upgrade to samba 3.0, then u might try
to read my other postings about "how to solve the smb linux character problem"
/51