Hi!

I am writing an application that accepts the query string (e.g. hello.dll?Hi There and I have Russian characters in there. They get transformed into %D0%9F%D1%80%D0%BE%D0%BB. Once I convert these into characters and put them into TCHAR, they get stored as weird binary characters. When I try to output them, I result with rubbish.

I suppose this has something to do with that MultiByteToWideChar function but I am not sure.

Thanks for any help