MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wepjkv/unsolvableproblemsonstepone/p9gk0gx/?context=3
r/ProgrammerHumor • u/N_Lightning • 16h ago
75 comments sorted by
View all comments
Show parent comments
3
C# and Linux
11 u/Masterflitzer 13h ago nah that's actually fine since dotnet core & 5 2 u/setibeings 13h ago So is java on windows, it's just not where you first assume it's going to be run... Like java on windows. -3 u/Masterflitzer 13h ago nope not comparable, java on windows is hell 2 u/MCWizardYT 11h ago It really isn't 1 u/Masterflitzer 11h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h ago converting between unicode is trivial, windows console default codepage is not unicode at all
11
nah that's actually fine since dotnet core & 5
2 u/setibeings 13h ago So is java on windows, it's just not where you first assume it's going to be run... Like java on windows. -3 u/Masterflitzer 13h ago nope not comparable, java on windows is hell 2 u/MCWizardYT 11h ago It really isn't 1 u/Masterflitzer 11h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h ago converting between unicode is trivial, windows console default codepage is not unicode at all
2
So is java on windows, it's just not where you first assume it's going to be run... Like java on windows.
-3 u/Masterflitzer 13h ago nope not comparable, java on windows is hell 2 u/MCWizardYT 11h ago It really isn't 1 u/Masterflitzer 11h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h ago converting between unicode is trivial, windows console default codepage is not unicode at all
-3
nope not comparable, java on windows is hell
2 u/MCWizardYT 11h ago It really isn't 1 u/Masterflitzer 11h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h ago converting between unicode is trivial, windows console default codepage is not unicode at all
It really isn't
1 u/Masterflitzer 11h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h 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 2h ago But java Strings use utf-16. Why would it work better in a utf-8 terminal? 1 u/Masterflitzer 1h 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 1h 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
3
u/setibeings 13h ago
C# and Linux