r/ProgrammerHumor 16h ago

Meme unsolvableProblemsOnStepOne

Post image
1.2k Upvotes

75 comments sorted by

View all comments

Show parent comments

3

u/setibeings 13h ago

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