-
Notifications
You must be signed in to change notification settings - Fork 8
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
Backwards text? #2
Comments
Sorry for the late response. For some reason github doesn't email when a new issue is added. This is an interesting idea! I'll have to play around with it and see what it looks like. Or feel free to submit a PR and I'll check it out :-) |
Hmm, printing that character actually just outright crashes my terminal in python (iTerm2 on OSX). Can you try this in a python shell and tell me what happens for you?
|
So:
It seems to depend on whether the output console supports Unicode in general. I love Python, but this Unicode mess sucks... :O Also: only that line of text is reversed. The following line returns to normal. |
Interesting -- the version you posted does seem to work on the online repl:
But still crashes my terminal. It looks like it even works in the github comments though. If I try to type after the invisible character there everything comes in reversed. I really like this idea; I just don't want it to crash peoples' terminals. |
@dellis23 In Bash, that seems to do nothing. :( Maybe there can be a workaround. I'll look into it! |
First thing: this is AWESOME!
Now, as this is targeted towards terminal destruction, I was wondering about the chance of adding something involving Unicode RTL. Something like:
Thoughts?
The text was updated successfully, but these errors were encountered: