That's good - it was an interesting problem. Here are the details in case some other user/developer encounters something similar.
The cdda2wav program is run as a batch using the command prompt cmd.exe. The default codepage is the DOS or OEM codepage typically cp850 or cp852 depending on West or East Europe characters. However, Windows applications usually use the default ANSI codepage which are typically cp1252 or cp1250. As a result of using different codepages, there was a character set mismatch between the directory string sent from the Plugin to the batch file and so the batch file couldn't save the cdda2wav output as the batch file used an invalid directory name. For most Windows installation this character set mismatch is not significant but Czech Windows uses an accented character in the "Application Directory" as follows C:\Documents and Settings\All Users\Data aplikací and this accented character is encoded different between codepage 1250 and 852. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=63899
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
