350
submitted 10 months ago by sebastiancarlos to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Buckshot@programming.dev 27 points 10 months ago

You've never worked in finance then. All our systems at work do nothing but move large amounts of txt files around.

That said, many of our clients still don't support utf-8 so its all ascii and non-latin alphabets are screwed. They can't even handle characters 128-255 so even stuff like £ is unsupported.

[-] LaggyKar@programming.dev 13 points 10 months ago

That said, many of our clients still don’t support utf-8 so its all ascii and non-latin alphabets are screwed.

Ah, yes, I heard about that sort of thing. Some bank getting a GDPR complaint because they couldn't correct the spelling of someone's name, because their system uses EBCDIC.

[-] anytimesoon@lemmy.ml 7 points 10 months ago

finance

even stuff like £ is unsupported.

Probably not an issue then...

[-] fibojoly@sh.itjust.works 12 points 10 months ago* (last edited 10 months ago)

Its not a joke. I worked for a big european bank network and the software there didn't know how to translate from EBCDIC to UTF8 because none of the devs writing the software knew enough of the other side (mainframe vs PC) to realise this was an issue.

Their solution was "if the file has a ? in it when we receive it, it's probably a £". Which of course completely breaks down the day you have any other untranslated character.

I spent fucking weeks explaining this issue and why this was abominable, but apparently this wasn't enough of an issue for people to fix it. Go figure...

this post was submitted on 28 Oct 2023
350 points (98.1% liked)

Programmer Humor

31990 readers
46 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS