OpenRV not defaulting to UTF-8 #246
Unanswered
mircotornow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
we have a problem with our OpenRV build that seems mysterious to us.
When using open() with files that have non-ascii characters Open RV gives an error.
(['ascii' codec can't decode byte 0xc2 in position 7176: ordinal not in range(128)])
Putting open(encoding=utf8,...) fixes the mentioned problem, but I would really like to know why it is happening in the first place.
I figured out that OpenRV has a different encoding set than RV(2022), and I am curious if any of you experienced the same thing?:
RV2022 and OpenRV are opened the same way and otherwise behave the same, just the encoding is weird.
Any pointer into the right direction is appreciated!
Cheers, Mirco
Beta Was this translation helpful? Give feedback.
All reactions