Skip to content
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

[BR] Printing special characters with Python #108

Open
2 of 4 tasks
jazz-it opened this issue May 21, 2020 · 0 comments
Open
2 of 4 tasks

[BR] Printing special characters with Python #108

jazz-it opened this issue May 21, 2020 · 0 comments
Labels
bug report 🐛 Something isn't working

Comments

@jazz-it
Copy link

jazz-it commented May 21, 2020

  • I have reset Atom to defaults prior to submitting report.
  • I have not reset Atom to defaults prior to submitting report.
  • I have tried uninstalling/reinstalling the terminal.
  • I have not tried uninstalling/reinstalling the terminal.

Description

if you try to execute in Termination the following Python command:
print("★"*5)
... it will print only 3 stars. But if you try to execute it with your native terminal (konsole in Arch/Manjaro), it will print 5-stars as expected!

Steps to reproduce

  1. create a new file runme.py
  2. enter the following line: print("★"*5)
  3. save the file and then execute it in Termination

Expected behavior:
It should have printed 5-stars in a row.

Actual behavior:
It prints only 3-stars in a row and it puts some weird spacing in between the characters.

Reproduces how often:
100% of the time.

Versions

> atom --version
Atom    : 1.47.0
Electron: 5.0.13
Chrome  : 73.0.3683.121
Node    : 12.0.0
> apm --version
apm  2.4.5
npm  6.2.0
node 10.2.1 x64
atom 1.47.0
python 2.7.18
git 2.26.2

OS name and version: Manjaro KDE Plasma 20.0.1 Lysia
Terminal version: Termination 0.7.6 vs. konsole 20.04.0

Additional context

Screenshot: https://i.imgur.com/88GK55l.png

@jazz-it jazz-it added the bug report 🐛 Something isn't working label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report 🐛 Something isn't working
Development

No branches or pull requests

1 participant