Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-14 Thread Pertti Kosunen
Stone wrote: > The problem is not being able to share the linux directory over the > network to a windows box, it is trying to open a file with invalid > chars. When a file contains invalid DOS chars, it will display > incorrectly and windows will not be able to play it. Yes, apparently i misu

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Stone
On 6/13/07, Pertti Kosunen <[EMAIL PROTECTED]> wrote: Oleg Roitburd wrote: > As maintainer of ArVDR ( VDR distribution for Russian user) I would say, that > in 1.5 years as we use UTF-8 patch without VFAT part, I havn't heard any > complaints about this issue. touch 'foo:bar' And dir in Window

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Pertti Kosunen
Oleg Roitburd wrote: > As maintainer of ArVDR ( VDR distribution for Russian user) I would say, that > in 1.5 years as we use UTF-8 patch without VFAT part, I havn't heard any > complaints about this issue. touch 'foo:bar' And dir in Windows shows: 13.06.2007 14:24 0 FF4GBY~Q

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Klaus Schmidinger
On 06/13/2007 03:27 PM, Oleg Roitburd wrote: > Am Mittwoch, 13. Juni 2007 11:23 schrieb Marius Heidenstecker: >> I do use a FAT32 external USB-HDD on which I store VDR-recordings with the >> VFAT-option enabled. That way I can take VDR-recordings on that HDD to >> friends' Windows boxes and watch i

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Oleg Roitburd
Am Mittwoch, 13. Juni 2007 13:39 schrieb Pertti Kosunen: > Oleg Roitburd wrote: > > Sorry ... I don't understand and can't find any sence. > > If you export for window, you make this with SAMBA. And you can > > configure share with UTF-8 > > Yes you can use Samba and UTF-8, but some characters are

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Oleg Roitburd
Am Mittwoch, 13. Juni 2007 11:23 schrieb Marius Heidenstecker: > I do use a FAT32 external USB-HDD on which I store VDR-recordings with the > VFAT-option enabled. That way I can take VDR-recordings on that HDD to > friends' Windows boxes and watch it there with VLC for example. So I'd like > to kee

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Pertti Kosunen
Oleg Roitburd wrote: > Sorry ... I don't understand and can't find any sence. > If you export for window, you make this with SAMBA. And you can > configure share with UTF-8 Yes you can use Samba and UTF-8, but some characters are still illegal in DOS/Windows filenames. _

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-13 Thread Marius Heidenstecker
Am Dienstag, 12. Juni 2007 23:51 schrieb Klaus Schmidinger: > On 06/12/07 23:09, Oleg Roitburd wrote: > > On Tue, 2007-06-12 at 17:46 +0200, Klaus Schmidinger wrote: > >> The function ExchangeChars() in VDR/recording.c converts characters > >> that can't be used in file names on Windows to "#XX", w

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 23:09, Oleg Roitburd wrote: > On Tue, 2007-06-12 at 17:46 +0200, Klaus Schmidinger wrote: >> The function ExchangeChars() in VDR/recording.c converts characters >> that can't be used in file names on Windows to "#XX", where XX is >> the hex code of the character. > > Sorry ... I don't

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
On 06/12/07 23:31, [EMAIL PROTECTED] wrote: > Hi, > > i think we need a list of INVALID CHARACTERS and not inverted I thought I had asked for that... Klaus > -Original Message- > Date: Tue, 12 Jun 2007 17:46:39 +0200 > Subject: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeCha

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Oleg Roitburd
On Tue, 2007-06-12 at 17:46 +0200, Klaus Schmidinger wrote: > The function ExchangeChars() in VDR/recording.c converts characters > that can't be used in file names on Windows to "#XX", where XX is > the hex code of the character. Sorry ... I don't understand and can't find any sence. If you expor

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread [EMAIL PROTECTED]
Hi,i think we need a list of INVALID CHARACTERS and not inverted -Original Message- Date: Tue, 12 Jun 2007 17:46:39 +0200 Subject: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars() From: Klaus Schmidinger <[EMAIL PROTECTED]> To: vdr@linuxtv.org The function ExchangeChars() in VDR/recor

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
/ \ [ ] : ; = , * ? and . at the end of a directory name Any others? Klaus "The day Microsoft invents something that doesn't suck, it will be a vacuum cleaner." - anon > -----Original Message----- > Date: Tue, 12 Jun 2007 18:28:10 +0200 > Subject: Re: [vdr] VDR 1.5.3: UT

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread [EMAIL PROTECTED]
also * ? ! -Original Message- Date: Tue, 12 Jun 2007 18:28:10 +0200 Subject: Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars() From: Stone To: "VDR Mailing List" On 6/12/07, KLAUS SCHMIDINGER wrote: The function ExchangeChars() in VDR/recording.c converts characters tha

Re: [vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Stone
On 6/12/07, Klaus Schmidinger <[EMAIL PROTECTED]> wrote: The function ExchangeChars() in VDR/recording.c converts characters that can't be used in file names on Windows to "#XX", where XX is the hex code of the character. This was simple when VDR only worked with single byte character sets, but

[vdr] VDR 1.5.3: UTF-8 vs. ExchangeChars()

2007-06-12 Thread Klaus Schmidinger
The function ExchangeChars() in VDR/recording.c converts characters that can't be used in file names on Windows to "#XX", where XX is the hex code of the character. This was simple when VDR only worked with single byte character sets, but now that it can handle UTF-8 this needs to be changed, too.