Csound Csound-dev Csound-tekno Search About

[Csnd-dev] non-English characters and Csound...

Date2016-04-20 21:20
FromRory Walsh
Subject[Csnd-dev] non-English characters and Csound...
Trying to open a file in Cabbage with non-English characters in its path causes Csound to report a failure to read .csd file. Anyone have any suggestions as to how to avoid this? It seems to work fine from the command line, but if do something like this will produce a failure to read .csd error. 

csound->Compile("C:\\Users\\rory\\Desktop\\Ádhamh\\quickTest.csd");

Btw, this is on Windows only. What's even more odd, I can run the following command with an issue. 

csound Desktop\Ádhamh\quickTest.csd 

Any ideas?