-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeDecodeError? #53
Comments
Hi Jacob, It is due to byte string "nightmare" of Python (I think). Can you give me a minimal example that raises the bug? Anyhow, I cannot fix it before oneweek... my first daugther is coming :-) !! |
Congrats! Make sure you start teaching her Fortran early! I'll post the minimal example later. |
Some sort of non-printing control characters got into my source file somehow. When I deleted them the problem goes away. Maybe it is not a big deal. |
Dear Jacob, thank you for the example. The next week (when my daugther come at home!) I will try to see the exotic characters raising the error. Probably, your Visual Studio is the "killer" :-) with vim you will have the control :-) See you soon, I hope. |
OK, I take back what I said. I'm seeing this error again, even though (I think) I have no unusual characters in the file. See the "refactor" branch here (commit 1272a40784). When I run the |
I remember having something similar happen to me, but I don't recall the fix. If you just look up what that unicode address is you learn that its RIGHT SINGLE QUOTATION MARK, hardly exotic. This reminds me somewhat of #47 that I reported, there gfortran gave error messages with utf8 characters, and FoBiS didn't like it at all. |
Yes, it seems to have something to do with the error or warning messages emitted by gfortran. When I fixed the error in the code, the problem goes away (the commit after the one I referenced above). |
Has this been fixed? |
I'm seeing some sort of bug maybe. See below. Interestingly, if I run FoBiS again, the error goes away.
The text was updated successfully, but these errors were encountered: