You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformIO Core.
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Windows 10 x64
PlatformIO Version (platformio --version): PlatformIO Core, version 5.2.0a6
Description of problem
Using a library with non-ASCII, e.g. cryllic characters, such as https://github.com/tremaru/iarduino_GSM, causes an excpetion upon PlatformIO printing the dependency tree.
I've activated this Beta Windows setting and it changed my locale encoding to the UTF-8 codepage
Locale Encoding cp65001
and building the project gives an impressive
success with the characters even being shown correctly.
So I'm not sure if this can be fixed in Python at all or Windows and the terminal is just really stupid with encodings...
maxgerhardt
changed the title
Cryllic characters in library name causes UnicodeEncodeError
Cyrllic characters in library name causes UnicodeEncodeError
Jun 13, 2021
maxgerhardt
changed the title
Cyrllic characters in library name causes UnicodeEncodeError
Cyrillic characters in library name causes UnicodeEncodeError
Jun 13, 2021
What kind of issue is this?
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Windows 10 x64
PlatformIO Version (
platformio --version
):PlatformIO Core, version 5.2.0a6
Description of problem
Using a library with non-ASCII, e.g. cryllic characters, such as https://github.com/tremaru/iarduino_GSM, causes an excpetion upon PlatformIO printing the dependency tree.
Steps to Reproduce
Actual Results
Expected Results
Successfully build, which occurs when this
name = iarduino GSM (сотовая связь)
is changed to
name = iarduino GSM
If problems with PlatformIO Build System:
The content of
platformio.ini
:See reference project
Source file to reproduce issue:
See reference project
Additional info
The text was updated successfully, but these errors were encountered: