On Wed, 04 Jun 2014 23:00:20 GMT, Egor Smolyakov wrote:
Hello.
I have a problem like this guy.
Changing the character to the console through the
chcpis not helping.How can I fix it?
As far as I understand the problem, the only way to fix this is to fix DMD, as it simply doesn't seem to accept unicode characters in path names.
There are two possible workarounds:
- Create a user with only ASCII characters (obviously)
 - Copy the packages in 
C:\Users\?\AppData\Roaming\dub\packagestoC:\dub-packages\or similar, and then rundub add-path C:\dub-packages. It should then pick up the packages there instead of in the user folder.