mdp / qrterminal

QR Codes in your terminal
MIT License
442 stars 53 forks source link

Half Size QR-Codes are broken on Windows #20

Closed sklaes closed 8 months ago

sklaes commented 4 years ago

The half size output is broken on Windows: image

Although the cmd/powershell is able to print those characters: image

jpluscplusm commented 4 years ago

@sklaes if I might ask, how did you come to have a binary which implemented the -s flag for half-size blocks back in April?

I was looking for this feature, couldn't find it, and implemented it in #21 ... but only at the start of June!

What's happened with the time continuum here ... ? :-D

sklaes commented 4 years ago

@jpluscplusm That is really strange, I can only remember that I compiled the version myself. But I didn’t wrote anything myself, as I am not a go developer. Must be a glitch in the matrix. 😏

Is your version working on windows?

jpluscplusm commented 4 years ago

@sklaes I've no way of testing on Windows, so given some explicit exclusions in the example code for that OS, I descoped it from the -s PR I'm afraid!

mdp commented 8 months ago

Closing this for now, happy to re-open if anyone else has this issue.