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
It works find with python 3, but there are more encoding issues that need to be addressed before it would work with python 2. Probably the different utility methods would need to be made unicode-aware.
It looks like once unicode is fully supported, it wouldn't be much work to add more unicode boxes. Maybe:
I'd like to support both Python 2 and 3 so that it will work out-of-the-box with system Python for most users. So far I only concentrated on ASCII because I primarily used the plugin to produce files for Ditaa.
Maybe the best way would be to use stdin in binary mode (needs some Python 2/3 wizardy), and pass the file encoding explicitly to the script. This way even non-UTF8 files could be supported, and the character positions would be handled correctly.
I'm interested in adding some new functionality, are you interested in a PR for the following?
Double-lined rectangles
+d
is like+o
+D
is like+O
Except it produces
Likewise for arrow and line commands.
If you're open to it, I'll do some more work on the proposal so you can give more detailed feedback.
The text was updated successfully, but these errors were encountered: