• ano_ba_to@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    It’s impossible to represent that on paper. It could be misrepresented as a specific number of spaces. Depending on the position on the paper, it may also be hard to tell if the carriage return comes with the line feed. Unless you want the document to be in ASCII or EBCDIC, it’s like writing an ambiguous math problem where the answer is different depending on how you were taught about the order of operations. Don’t do this to your kid, Abcde.

  • x4740N@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    I’m not american and I’m glad I’m not but intended if someone could enter a bunch of zero width spaces

  • AnyOldName3@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Once I was tasked with doing QA testing for an app which was planned to initially go live in the states of Georgia and Tenessee. One of the required fields was the user’s legal name. I therefore looked up the laws on baby names in those two states.

    Georgia has simple rules where a child’s forename must be a sequence of the 26 regular Latin letters.

    Tenessee seemed to only require that a child’s name was writable under stone writing system, which would imply any unicode code point is permissible.

    At the time, I logged a bug that a hypothetical user born in Tenessee with a name consisting of a single emoji couldn’t enter their legal name. I reckon it would also be legal to call a Tenessee baby 'John '.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      0
      ·
      5 days ago

      Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.

      • AnyOldName3@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 days ago

        By the time the app was due to go live, we’d only reported bugs with the signup and login flows. This was misinterpreted as there only being issues with the signup and login flows, and the app launched on time. In reality, it was impossible to get past the login screen.

        • dan@upvote.au
          link
          fedilink
          arrow-up
          0
          ·
          4 days ago

          And then let me guess… Of course the QA testers get the blame, when in reality it’s either management or marketing that wanted to pushe the app out.

          • AnyOldName3@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            4 days ago

            Blaming us would be too close to root-cause analysis for them even to consider. We weren’t normally QA testers, but they’d left it until too late to hire internal QA, so roped in the developers (us) from a SaaS vendor their app replied on as emergency QA.

    • lseif@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      4 days ago

      so John\r Doe ? depending on the software, when it gets printed, the carriage return will moves the cursor to the start of the line without moving a line down, becoming \x20Doe.

      • lad@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 days ago

        This is the ideal rendition, I would say. On a related note, I just love it when there are backspaces in my filenames