Re: [DVBCUT-user] Wrong handling of unicode filenames

2007-09-13 Thread Michael Riepe
Hi! Ralph Glasstetter wrote: I just googled a bit and found a discussion like ours here, where they set the encoding of the output stream explicitely before writing a preferences file... please try this on your box to see if that works also with your Latin locale:

Re: [DVBCUT-user] Wrong handling of unicode filenames

2007-09-13 Thread Ralph Glasstetter
Hi, Am Donnerstag, 13. September 2007 08:46 schrieb Michael Riepe: Since we also use with a const char* argument, which has the same properties, the cleanest solution is to do it this way: stream.setEncoding(QTextStream::Latin1); stream ?xml version=\1.0\ encoding=\UTF-8\?\n;

Re: [DVBCUT-user] Wrong handling of unicode filenames

2007-09-13 Thread Michael Riepe
Hi! Ralph Glasstetter wrote: The important thing is obviously to specify the stream encoding explicitely (no matter which type), since under Windows and Linux different default encodings are used otherwise... At least if you want a particular output format. If you don't specify an

Re: [DVBCUT-user] Changes in r71

2007-09-13 Thread Ralph Glasstetter
hi, Am Donnerstag, 13. September 2007 18:54 schrieb Michael Riepe: Hi! This time I probably got the encoding thing right. :-) Yepp,... Windows users should try out my experimental MSI installer package. You can download it from http://www.mr511.de/dvbcut/dvbcut.msi Hmmm,... the