len0x
11th July 2003, 16:50
I've come across very interesting problem. When you need to pass a path which contains local charset (non-english) characters for such functions as SaveAVI, OpenAVI you seem to have to convert those to the form in hex format like this: 0x__. Works fine.
But when it comes to new finctions like stream[].SetSource it doesn't accept that! I've tried saving configuration and see how VDuBMod handles it internally. Result was - it represents every local character by 2 bytes! I've tried UTF8 encoding, but didn't succeed. So how can I get VDubMod compliant strings?
(I'm sure if I spent lots of hours looking at the code for VDubMod I could have found that, but my guess the developers should now that straight away)
But when it comes to new finctions like stream[].SetSource it doesn't accept that! I've tried saving configuration and see how VDuBMod handles it internally. Result was - it represents every local character by 2 bytes! I've tried UTF8 encoding, but didn't succeed. So how can I get VDubMod compliant strings?
(I'm sure if I spent lots of hours looking at the code for VDubMod I could have found that, but my guess the developers should now that straight away)