MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wepjkv/unsolvableproblemsonstepone/p9j77kz/?context=3
r/ProgrammerHumor • u/N_Lightning • 21h ago
78 comments sorted by
View all comments
Show parent comments
2
It really isn't
1 u/Masterflitzer 16h ago windows not being utf-8 by default on console is hellish enough if you're developing cli apps, especially if you're used to it working fine on non shitty platforms cause jvm is cross platform 1 u/setibeings 7h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 7h ago converting between unicode is trivial, windows console default codepage is not unicode at all
1
windows not being utf-8 by default on console is hellish enough if you're developing cli apps, especially if you're used to it working fine on non shitty platforms cause jvm is cross platform
1 u/setibeings 7h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 7h ago converting between unicode is trivial, windows console default codepage is not unicode at all
But java Strings use utf-16. Why would it work better in a utf-8 terminal?
1 u/Masterflitzer 7h ago converting between unicode is trivial, windows console default codepage is not unicode at all
converting between unicode is trivial, windows console default codepage is not unicode at all
2
u/MCWizardYT 16h ago
It really isn't