10se1ucgo / DisableWinTracking

Uses some known methods that attempt to minimize tracking in Windows 10
GNU Lesser General Public License v3.0
4.97k stars 368 forks source link

Update README.md #382

Closed 4vanger closed 6 years ago

4vanger commented 6 years ago

Update a warning for cyrillic languages

10se1ucgo commented 6 years ago

I don't speak any Slavic language so I'll just take your word for it :)

I should have a look into this problem, though.

4vanger commented 6 years ago

Most likely there should be a function to get a UTF-8 encoded path. I assume there should be a problem with any non-ASCII pathes

10se1ucgo commented 6 years ago

I'd imagine going back to Python 3 would certainly make this a lot easier. Previously, I was hesitant to as Python 3 had been causing a number of people to report that the pyinstaller package wasn't working (some error related to the wxWidgets DLLs not loading). I'll look into this whenever I get the chance.

4vanger commented 6 years ago

Yeah, UTF-8 support in Python2 is pure disaster.

10se1ucgo commented 6 years ago

Oh yeah. I've recently been doing C++ for a game and it's been a pain in the ass. I miss Python sometimes :'(