Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Pickman6565y@magicMirror I once edited code with notepad. Somehow it added an invisible character. Let's say that sometimes strange things happen.
-
@Pickman The BOM. Who the F, came up with that shit?
A coworker had this issue with a nul char inside a string, that made strings that should be the same, not the same... -
@magicMirror The BOM is relevant, but only for UTF-16 or -32.
Otherwise: Who the fuck thought using UTF-8 with a BOM was any good idea!? -
@sbiewald The BOM is not relvant for shell scripts. Who the Fuck writes shell scripts in utf16???
I once wasted a day on this..... -
Root825085y@muttley Everything Oracle touches turns into utter and complete fucking shit. While some things do take longer, there are zero exceptions.
-
I love pushing to github on windows and having all special characters break because of the conversion from Windows-1252 to UTF8
-
Pickman6565y@magicMirror I still don't understand it.
@telephantasm nothing this mundane. It was an honest special character that made absolutely no sense.
The working theory was that it was caused by a lock on the file while I was editing it.
Related Rants
Just delayed a push to Prod. because of this motherfucking shit:
https://gitlab.com/gitlab-org/...
It never occurred to me to even look. FUCK.
rant
gitlab
encoding
bug