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
I've found the Matplotlib libraries seem to only support ascii. Non-supported characters result in a rectangular box on the output.
Also, new lines passed from an html form (Firefox on Linux) result in '\r\n' in the string passed stl_tools, where the \r isn't recognized as a character, and a rectangular box results in the output png.
Consider blocking non-supported characters (I adapted my local code to ignore them) or use a library which supports more characters?
Thanks for the very useful package!
The text was updated successfully, but these errors were encountered:
I've found the Matplotlib libraries seem to only support ascii. Non-supported characters result in a rectangular box on the output.
Also, new lines passed from an html form (Firefox on Linux) result in '\r\n' in the string passed stl_tools, where the \r isn't recognized as a character, and a rectangular box results in the output png.
Consider blocking non-supported characters (I adapted my local code to ignore them) or use a library which supports more characters?
Thanks for the very useful package!
The text was updated successfully, but these errors were encountered: