-
Notifications
You must be signed in to change notification settings - Fork 84
python3: encoding error #64
Comments
Is this one error or two different ones? I do not yet understand at which code position the problem occurs. Can you tell whether it is because of a special character in a source file or a file path? |
one error ... since it only occurs when using german language, i'd assume that its a special char in the command line output of the compiler? |
Okay, here we go: http://stackoverflow.com/a/33291200 Problem is that we do not know which encoding MSVC is throwing at us in STDOUT and STDERR. It is likely to be this semi-UTF-16 encoding called MBCS/DBCS (Microsoft's definition of DBCS). It is true that 0x81 is not Windows-1251/CP-1251 because the position is empty. So as described in the SO answer, in |
I think this might help: #117 |
when using clcache/master via python 3, i encountered the following error:
it seems to be related to the fact that the compiler is using a german locale :(
The text was updated successfully, but these errors were encountered: