• @[email protected]
      link
      fedilink
      English
      132 months ago

      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
        link
        fedilink
        English
        142 months ago

        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

      • @whatwhatwhatwhat
        link
        English
        5
        edit-2
        2 months ago

        Thank you for realizing the error of your ways

        Eagle screech

        (also /s in case that wasn’t clear)

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          2 months ago

          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.

    • @[email protected]
      link
      fedilink
      English
      72 months ago

      I don’t like ASCII because it doesn’t has diacritics, and just by that it excludes the whole world.

    • Billegh
      link
      English
      22 months ago

      I would have pegged EBCDIC for that, but ok

      • @toynbee
        link
        English
        22 months ago

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

        • Billegh
          link
          English
          12 months ago

          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.

          • @toynbee
            link
            English
            22 months ago

            I’m familiar with it from the aforementioned class, but thank you. I’ve just never seen it used.

            • Billegh
              link
              English
              22 months ago

              And hopefully you never will