Hi,

> The real cause is not the filename itself it is the conversion from QString 
> to 
> std::string and back, because the internal format of QString is unicode 
> whereas std::string is using ascii.

That is not true.  I can put anything I want in std::string, it
doesn't care whether it is UTF8 or ascii or latin1 or whatever, as
long as it consists of 8 bit "characters".

If there really is a locale-dependent conversion going on whenever
converting QString <-> std::string -- what a horrible misdesign (in
QString)!  Is that really unavoidable?

Regards,
Wolfram.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to