• Urist@lemmy.ml
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      4
      ·
      2 年前

      ASCII (American Standard Code for Information Interchange)

      I guess I should refrain from writing text in my own language using non-ASCII symbols due to American exceptionalism and piety.

      • Bobby Turkalino@lemmy.yachts
        link
        fedilink
        English
        arrow-up
        13
        ·
        2 年前

        I was thinking about whether I should put an /s in my comment when I wrote it, and I thought “nah, it’s pretty clear that it’s a joke”. You have proved me wrong. I promise to do better next time

      • WldFyre@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 年前

        Are there any major languages that actually struggle to be typed today?

        • Urist@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          2 年前

          I substitute æ, ø and å with ae, oe and aa because it gives me trouble writing code. Does the programming language I write in and almost everything else support UTF-8: Yes. Does some obscure thing always fuck up the encoding of special characters: Yes.

          Especially converting files and moving them between different OS sucks.

          This is kinda what my joke is about, taking the parent comment “seriously” because someone, an American I presume, did not take encoding seriously once sometime and now fucks up my workflow for eternity.

      • toynbee@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 年前

        I haven’t seen EBCDIC used anywhere other than the curriculum of my “Fundamentals of Programming” class 25 years ago.

        • Billegh@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 年前

          It was IBM’s binary to character transform. DB2 can still use it if you configure it to do so. Or was at least as of the version from 1998 that I had to replace.